Html Css Color HEX #AA0312 Carmine

📋 copy color: '#AA0312'

red 170 ◦ green 3 ◦ blue 18

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

Shades of Carmine #AA0312

Tints of Carmine #AA0312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.57%

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

R = 89.01%
G = 1.57%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA0312 (or 0xAA0312) is known color: Carmine. HEX triplet: AA, 03 and 12. RGB value is (170,3,18). Sum of RGB (Red+Green+Blue) = 170+3+18=191 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.01% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0312 is #55FCED. Grayscale: #363636. Windows color (decimal): -5635310 or 1180586. OLE color: 1180586.

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

Color convert

RGB 170 3 18 -
CMYK 0 0.98 0.89 0.33
HSL 354.61º 0.97% 0.34% -
HSV(B) 354.61º 0.98% 0.67% -
XYZ 16.72 8.65 1.36 -
YUV 54.64 107.33 210.28 -
System Red Green Blue C M Y K H S L
Decimal 170 3 18 0 0.98 0.89 0.33 354.61 0.97 0.34
Hex AA 3 12 0 62 59 21 163 61 22
Octal 252 3 22 0 142 131 41 543 141 42
Binary 10101010 11 10010 0 1100010 1011001 100001 101100011 1100001 100010

Color Harmonies of #AA0312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0312

Black with #AA0312

Text Example


Text Example

White with #AA0312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0312; }

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

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

background-color css

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

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

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

border-color css

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

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

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