Html Css Color HEX #AA0929 Carmine

📋 copy color: '#AA0929'

red 170 ◦ green 9 ◦ blue 41

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

Shades of Carmine #AA0929

Tints of Carmine #AA0929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.64%

R = 77.27%
G = 4.09%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA0929 (or 0xAA0929) is known color: Carmine. HEX triplet: AA, 09 and 29. RGB value is (170,9,41). Sum of RGB (Red+Green+Blue) = 170+9+41=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0929 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0929 is #55F6D6. Grayscale: #3C3C3C. Windows color (decimal): -5633751 or 2689450. OLE color: 2689450.

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

Color convert

RGB 170 9 41 -
CMYK 0 0.95 0.76 0.33
HSL 348.07º 0.9% 0.35% -
HSV(B) 348.07º 0.95% 0.67% -
XYZ 17.08 8.9 2.92 -
YUV 60.79 116.84 205.9 -
System Red Green Blue C M Y K H S L
Decimal 170 9 41 0 0.95 0.76 0.33 348.07 0.9 0.35
Hex AA 9 29 0 5F 4C 21 15C 5A 23
Octal 252 11 51 0 137 114 41 534 132 43
Binary 10101010 1001 101001 0 1011111 1001100 100001 101011100 1011010 100011

Color Harmonies of #AA0929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0929

Black with #AA0929

Text Example


Text Example

White with #AA0929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0929; }

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

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

background-color css

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

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

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

border-color css

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

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

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