Html Css Color HEX #AA0B2A Carmine

📋 copy color: '#AA0B2A'

red 170 ◦ green 11 ◦ blue 42

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

Shades of Carmine #AA0B2A

Tints of Carmine #AA0B2A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.93%

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

R = 76.23%
G = 4.93%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA0B2A (or 0xAA0B2A) is known color: Carmine. HEX triplet: AA, 0B and 2A. RGB value is (170,11,42). Sum of RGB (Red+Green+Blue) = 170+11+42=223 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.23% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0B2A is #55F4D5. Grayscale: #3E3E3E. Windows color (decimal): -5633238 or 2755498. OLE color: 2755498.

HSL color Cylindrical-coordinate representation of color #AA0B2A: hue angle of 348.3º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0B2A is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 11 42 -
CMYK 0 0.94 0.75 0.33
HSL 348.3º 0.88% 0.35% -
HSV(B) 348.3º 0.94% 0.67% -
XYZ 17.12 8.95 3.02 -
YUV 62.08 116.68 204.98 -
System Red Green Blue C M Y K H S L
Decimal 170 11 42 0 0.94 0.75 0.33 348.3 0.88 0.35
Hex AA B 2A 0 5E 4B 21 15C 58 23
Octal 252 13 52 0 136 113 41 534 130 43
Binary 10101010 1011 101010 0 1011110 1001011 100001 101011100 1011000 100011

Color Harmonies of #AA0B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0B2A

Black with #AA0B2A

Text Example


Text Example

White with #AA0B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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