Html Css Color HEX #AA0024 Carmine

📋 copy color: '#AA0024'

red 170 ◦ green 0 ◦ blue 36

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

Shades of Carmine #AA0024

Tints of Carmine #AA0024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 36 (14.45% from 255) = 17.48%

R = 82.52%
G = 0%
B = 17.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA0024 (or 0xAA0024) is known color: Carmine. HEX triplet: AA, 00 and 24. RGB value is (170,0,36). Sum of RGB (Red+Green+Blue) = 170+0+36=206 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.52% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0024 is #55FFDB. Grayscale: #363636. Windows color (decimal): -5636060 or 2359466. OLE color: 2359466.

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

Color convert

RGB 170 0 36 -
CMYK 0 1 0.79 0.33
HSL 347.29º 1% 0.33% -
HSV(B) 347.29º 1% 0.67% -
XYZ 16.9 8.67 2.45 -
YUV 54.93 117.32 210.07 -
System Red Green Blue C M Y K H S L
Decimal 170 0 36 0 1 0.79 0.33 347.29 1 0.33
Hex AA 0 24 0 64 4F 21 15B 64 21
Octal 252 0 44 0 144 117 41 533 144 41
Binary 10101010 0 100100 0 1100100 1001111 100001 101011011 1100100 100001

Color Harmonies of #AA0024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0024

Black with #AA0024

Text Example


Text Example

White with #AA0024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0024; }

 p { color: rgb(170,0,36); }

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

background-color css

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

 a { background-color: rgb(170,0,36); }

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

border-color css

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

 span { border-color: rgb(170,0,36); }

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