Html Css Color HEX #AA0413 Carmine

📋 copy color: '#AA0413'

red 170 ◦ green 4 ◦ blue 19

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

Shades of Carmine #AA0413

Tints of Carmine #AA0413

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.07%

 BLUE value IS 19 (7.81% from 255) = 9.84%

R = 88.08%
G = 2.07%
B = 9.84%

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

#AA0413 (or 0xAA0413) is known color: Carmine. HEX triplet: AA, 04 and 13. RGB value is (170,4,19). Sum of RGB (Red+Green+Blue) = 170+4+19=193 (25% of max value = 765). Red value is 170 (66.80% from 255 or 88.08% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0413 is #55FBEC. Grayscale: #373737. Windows color (decimal): -5635053 or 1246378. OLE color: 1246378.

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

Color convert

RGB 170 4 19 -
CMYK 0 0.98 0.89 0.33
HSL 354.58º 0.95% 0.34% -
HSV(B) 354.58º 0.98% 0.67% -
XYZ 16.74 8.68 1.41 -
YUV 55.34 107.5 209.78 -
System Red Green Blue C M Y K H S L
Decimal 170 4 19 0 0.98 0.89 0.33 354.58 0.95 0.34
Hex AA 4 13 0 62 59 21 163 5F 22
Octal 252 4 23 0 142 131 41 543 137 42
Binary 10101010 100 10011 0 1100010 1011001 100001 101100011 1011111 100010

Color Harmonies of #AA0413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0413

Black with #AA0413

Text Example


Text Example

White with #AA0413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0413; }

 p { color: rgb(170,4,19); }

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

background-color css

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

 a { background-color: rgb(170,4,19); }

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

border-color css

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

 span { border-color: rgb(170,4,19); }

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