Html Css Color HEX #AA0814 Carmine

📋 copy color: '#AA0814'

red 170 ◦ green 8 ◦ blue 20

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

Shades of Carmine #AA0814

Tints of Carmine #AA0814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.1%

R = 85.86%
G = 4.04%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA0814 (or 0xAA0814) is known color: Carmine. HEX triplet: AA, 08 and 14. RGB value is (170,8,20). Sum of RGB (Red+Green+Blue) = 170+8+20=198 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85.86% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0814 is #55F7EB. Grayscale: #393939. Windows color (decimal): -5634028 or 1312938. OLE color: 1312938.

HSL color Cylindrical-coordinate representation of color #AA0814: hue angle of 355.56º 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 #AA0814 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 8 20 -
CMYK 0 0.95 0.88 0.33
HSL 355.56º 0.91% 0.35% -
HSV(B) 355.56º 0.95% 0.67% -
XYZ 16.79 8.77 1.47 -
YUV 57.81 106.67 208.02 -
System Red Green Blue C M Y K H S L
Decimal 170 8 20 0 0.95 0.88 0.33 355.56 0.91 0.35
Hex AA 8 14 0 5F 58 21 164 5B 23
Octal 252 10 24 0 137 130 41 544 133 43
Binary 10101010 1000 10100 0 1011111 1011000 100001 101100100 1011011 100011

Color Harmonies of #AA0814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0814

Black with #AA0814

Text Example


Text Example

White with #AA0814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0814; }

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

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

background-color css

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

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

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

border-color css

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

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

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