Html Css Color HEX #AA0812 Carmine

📋 copy color: '#AA0812'

red 170 ◦ green 8 ◦ blue 18

#AA0812
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #AA0812

Tints of Carmine #AA0812

RGB

 RED value IS 170 (66.8% from 255) = 86.73%

 GREEN value IS 8 (3.52% from 255) = 4.08%

 BLUE value IS 18 (7.42% from 255) = 9.18%

R = 86.73%
G = 4.08%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA0812 (or 0xAA0812) is known color: Carmine. HEX triplet: AA, 08 and 12. RGB value is (170,8,18). Sum of RGB (Red+Green+Blue) = 170+8+18=196 (25% of max value = 765). Red value is 170 (66.80% from 255 or 86.73% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0812 is #55F7ED. Grayscale: #393939. Windows color (decimal): -5634030 or 1181866. OLE color: 1181866.

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

Color convert

RGB 170 8 18 -
CMYK 0 0.95 0.89 0.33
HSL 356.3º 0.91% 0.35% -
HSV(B) 356.3º 0.95% 0.67% -
XYZ 16.77 8.76 1.38 -
YUV 57.58 105.67 208.19 -
System Red Green Blue C M Y K H S L
Decimal 170 8 18 0 0.95 0.89 0.33 356.3 0.91 0.35
Hex AA 8 12 0 5F 59 21 164 5B 23
Octal 252 10 22 0 137 131 41 544 133 43
Binary 10101010 1000 10010 0 1011111 1011001 100001 101100100 1011011 100011

Color Harmonies of #AA0812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0812

Black with #AA0812

Text Example


Text Example

White with #AA0812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0812; }

 p { color: rgb(170,8,18); }

 H1.HeaderClassName
 {
   color: #AA0812;
 }
 .AnyTagClassName
 {
   color: #AA0812;
 }
</style>

background-color css

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

 a { background-color: rgb(170,8,18); }

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

border-color css

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

 span { border-color: rgb(170,8,18); }

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