Html Css Color HEX #AA0914 Carmine

📋 copy color: '#AA0914'

red 170 ◦ green 9 ◦ blue 20

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

Shades of Carmine #AA0914

Tints of Carmine #AA0914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.52%

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

R = 85.43%
G = 4.52%
B = 10.05%

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

#AA0914 (or 0xAA0914) is known color: Carmine. HEX triplet: AA, 09 and 14. RGB value is (170,9,20). Sum of RGB (Red+Green+Blue) = 170+9+20=199 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85.43% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0914 is #55F6EB. Grayscale: #3A3A3A. Windows color (decimal): -5633772 or 1313194. OLE color: 1313194.

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

Color convert

RGB 170 9 20 -
CMYK 0 0.95 0.88 0.33
HSL 355.9º 0.9% 0.35% -
HSV(B) 355.9º 0.95% 0.67% -
XYZ 16.8 8.79 1.47 -
YUV 58.39 106.34 207.61 -
System Red Green Blue C M Y K H S L
Decimal 170 9 20 0 0.95 0.88 0.33 355.9 0.9 0.35
Hex AA 9 14 0 5F 58 21 164 5A 23
Octal 252 11 24 0 137 130 41 544 132 43
Binary 10101010 1001 10100 0 1011111 1011000 100001 101100100 1011010 100011

Color Harmonies of #AA0914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0914

Black with #AA0914

Text Example


Text Example

White with #AA0914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0914; }

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

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

background-color css

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

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

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

border-color css

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

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

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