Html Css Color HEX #AA091D Carmine

📋 copy color: '#AA091D'

red 170 ◦ green 9 ◦ blue 29

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

Shades of Carmine #AA091D

Tints of Carmine #AA091D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.94%

R = 81.73%
G = 4.33%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AA091D (or 0xAA091D) is known color: Carmine. HEX triplet: AA, 09 and 1D. RGB value is (170,9,29). Sum of RGB (Red+Green+Blue) = 170+9+29=208 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.73% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 170 - color contains mainly: red. Hex color #AA091D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA091D is #55F6E2. Grayscale: #3B3B3B. Windows color (decimal): -5633763 or 1903018. OLE color: 1903018.

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

Color convert

RGB 170 9 29 -
CMYK 0 0.95 0.83 0.33
HSL 352.55º 0.9% 0.35% -
HSV(B) 352.55º 0.95% 0.67% -
XYZ 16.9 8.83 1.98 -
YUV 59.42 110.84 206.87 -
System Red Green Blue C M Y K H S L
Decimal 170 9 29 0 0.95 0.83 0.33 352.55 0.9 0.35
Hex AA 9 1D 0 5F 53 21 161 5A 23
Octal 252 11 35 0 137 123 41 541 132 43
Binary 10101010 1001 11101 0 1011111 1010011 100001 101100001 1011010 100011

Color Harmonies of #AA091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA091D

Black with #AA091D

Text Example


Text Example

White with #AA091D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA091D; }

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

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

background-color css

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

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

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

border-color css

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

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

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