Html Css Color HEX #AA092C Carmine

📋 copy color: '#AA092C'

red 170 ◦ green 9 ◦ blue 44

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

Shades of Carmine #AA092C

Tints of Carmine #AA092C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.73%

R = 76.23%
G = 4.04%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA092C (or 0xAA092C) is known color: Carmine. HEX triplet: AA, 09 and 2C. RGB value is (170,9,44). Sum of RGB (Red+Green+Blue) = 170+9+44=223 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.23% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 170 - color contains mainly: red. Hex color #AA092C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA092C is #55F6D3. Grayscale: #3D3D3D. Windows color (decimal): -5633748 or 2886058. OLE color: 2886058.

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

Color convert

RGB 170 9 44 -
CMYK 0 0.95 0.74 0.33
HSL 346.96º 0.9% 0.35% -
HSV(B) 346.96º 0.95% 0.67% -
XYZ 17.13 8.92 3.2 -
YUV 61.13 118.34 205.65 -
System Red Green Blue C M Y K H S L
Decimal 170 9 44 0 0.95 0.74 0.33 346.96 0.9 0.35
Hex AA 9 2C 0 5F 4A 21 15B 5A 23
Octal 252 11 54 0 137 112 41 533 132 43
Binary 10101010 1001 101100 0 1011111 1001010 100001 101011011 1011010 100011

Color Harmonies of #AA092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA092C

Black with #AA092C

Text Example


Text Example

White with #AA092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA092C; }

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

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

background-color css

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

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

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

border-color css

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

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

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