Html Css Color HEX #AA092E Carmine

📋 copy color: '#AA092E'

red 170 ◦ green 9 ◦ blue 46

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

Shades of Carmine #AA092E

Tints of Carmine #AA092E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.44%

R = 75.56%
G = 4%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA092E (or 0xAA092E) is known color: Carmine. HEX triplet: AA, 09 and 2E. RGB value is (170,9,46). Sum of RGB (Red+Green+Blue) = 170+9+46=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA092E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA092E is #55F6D1. Grayscale: #3D3D3D. Windows color (decimal): -5633746 or 3017130. OLE color: 3017130.

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

Color convert

RGB 170 9 46 -
CMYK 0 0.95 0.73 0.33
HSL 346.21º 0.9% 0.35% -
HSV(B) 346.21º 0.95% 0.67% -
XYZ 17.17 8.94 3.41 -
YUV 61.36 119.34 205.49 -
System Red Green Blue C M Y K H S L
Decimal 170 9 46 0 0.95 0.73 0.33 346.21 0.9 0.35
Hex AA 9 2E 0 5F 49 21 15A 5A 23
Octal 252 11 56 0 137 111 41 532 132 43
Binary 10101010 1001 101110 0 1011111 1001001 100001 101011010 1011010 100011

Color Harmonies of #AA092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA092E

Black with #AA092E

Text Example


Text Example

White with #AA092E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA092E; }

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

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

background-color css

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

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

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

border-color css

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

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

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