Html Css Color HEX #AA0919 Carmine

📋 copy color: '#AA0919'

red 170 ◦ green 9 ◦ blue 25

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

Shades of Carmine #AA0919

Tints of Carmine #AA0919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.25%

R = 83.33%
G = 4.41%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA0919 (or 0xAA0919) is known color: Carmine. HEX triplet: AA, 09 and 19. RGB value is (170,9,25). Sum of RGB (Red+Green+Blue) = 170+9+25=204 (27% of max value = 765). Red value is 170 (66.80% from 255 or 83.33% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0919 is #55F6E6. Grayscale: #3B3B3B. Windows color (decimal): -5633767 or 1640874. OLE color: 1640874.

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

Color convert

RGB 170 9 25 -
CMYK 0 0.95 0.85 0.33
HSL 354.04º 0.9% 0.35% -
HSV(B) 354.04º 0.95% 0.67% -
XYZ 16.85 8.81 1.73 -
YUV 58.96 108.84 207.2 -
System Red Green Blue C M Y K H S L
Decimal 170 9 25 0 0.95 0.85 0.33 354.04 0.9 0.35
Hex AA 9 19 0 5F 55 21 162 5A 23
Octal 252 11 31 0 137 125 41 542 132 43
Binary 10101010 1001 11001 0 1011111 1010101 100001 101100010 1011010 100011

Color Harmonies of #AA0919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0919

Black with #AA0919

Text Example


Text Example

White with #AA0919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0919; }

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

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

background-color css

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

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

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

border-color css

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

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

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