Html Css Color HEX #AA092A Carmine

📋 copy color: '#AA092A'

red 170 ◦ green 9 ◦ blue 42

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

Shades of Carmine #AA092A

Tints of Carmine #AA092A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19%

R = 76.92%
G = 4.07%
B = 19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA092A (or 0xAA092A) is known color: Carmine. HEX triplet: AA, 09 and 2A. RGB value is (170,9,42). Sum of RGB (Red+Green+Blue) = 170+9+42=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA092A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA092A is #55F6D5. Grayscale: #3C3C3C. Windows color (decimal): -5633750 or 2754986. OLE color: 2754986.

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

Color convert

RGB 170 9 42 -
CMYK 0 0.95 0.75 0.33
HSL 347.7º 0.9% 0.35% -
HSV(B) 347.7º 0.95% 0.67% -
XYZ 17.09 8.91 3.01 -
YUV 60.9 117.34 205.82 -
System Red Green Blue C M Y K H S L
Decimal 170 9 42 0 0.95 0.75 0.33 347.7 0.9 0.35
Hex AA 9 2A 0 5F 4B 21 15C 5A 23
Octal 252 11 52 0 137 113 41 534 132 43
Binary 10101010 1001 101010 0 1011111 1001011 100001 101011100 1011010 100011

Color Harmonies of #AA092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA092A

Black with #AA092A

Text Example


Text Example

White with #AA092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA092A; }

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

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

background-color css

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

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

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

border-color css

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

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

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