#AA0630

Color #AA0630 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #AA0630

Tints of Carmine #AA0630

Color information

#AA0630 (or 0xAA0630) is unknown color: approx Carmine. HEX triplet: AA, 06 and 30. RGB value is (170,6,48). Sum of RGB (Red+Green+Blue) = 170+6+48=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0630 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0630 is #55F9CF. Grayscale: #3B3B3B. Windows color (decimal): -5634512 or 3147434. OLE color: 3147434.

HSL color Cylindrical-coordinate representation of color #AA0630: hue angle of 344.63º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0630 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB170648-
CMYK00.960.720.33
HSL344.63º93.18%34.51%-
HSV(B)344.63º96.47%66.67%-
XYZ17.188.893.61-
YUV59.82121.33206.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 75.89%
GREEN value IS 6 (2.73% from 255) = 2.68%
BLUE value IS 48 (19.14% from 255) = 21.43%
R=75.89%
G=2.68%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17064800.960.720.33344.6393.1834.51
HexAA63006048211595d23
Octal25266001401104153113543
Binary101010101101100000110000010010001000011010110011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0630; }

 p { color: rgb(170,6,48); }

 H1.HeaderClassName
 {
   color: #AA0630;
 }
 .AnyTagClassName
 {
   color: #AA0630;
 }
</style>
background-color css

<style>
 a { background-color: #AA0630; }

 a { background-color: rgb(170,6,48); }

 div.DivClassName
 {
   background-color: #AA0630;
 }
 .BgClassName
 {
   background-color: #AA0630;
 }
</style>
border-color css

<style>
 span { border-color: #AA0630; }

 span { border-color: rgb(170,6,48); }

 td.TdClassName
 {
   border-color: #AA0630;
 }
 .TagClassName
 {
   border-color: #AA0630;
 }
</style>