Html Css Color HEX #AA0B2B Carmine

📋 copy color: '#AA0B2B'

red 170 ◦ green 11 ◦ blue 43

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

Shades of Carmine #AA0B2B

Tints of Carmine #AA0B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.2%

R = 75.89%
G = 4.91%
B = 19.2%

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

#AA0B2B (or 0xAA0B2B) is known color: Carmine. HEX triplet: AA, 0B and 2B. RGB value is (170,11,43). Sum of RGB (Red+Green+Blue) = 170+11+43=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0B2B is #55F4D4. Grayscale: #3E3E3E. Windows color (decimal): -5633237 or 2821034. OLE color: 2821034.

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

Color convert

RGB 170 11 43 -
CMYK 0 0.94 0.75 0.33
HSL 347.92º 0.88% 0.35% -
HSV(B) 347.92º 0.94% 0.67% -
XYZ 17.13 8.96 3.11 -
YUV 62.19 117.18 204.9 -
System Red Green Blue C M Y K H S L
Decimal 170 11 43 0 0.94 0.75 0.33 347.92 0.88 0.35
Hex AA B 2B 0 5E 4B 21 15C 58 23
Octal 252 13 53 0 136 113 41 534 130 43
Binary 10101010 1011 101011 0 1011110 1001011 100001 101011100 1011000 100011

Color Harmonies of #AA0B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0B2B

Black with #AA0B2B

Text Example


Text Example

White with #AA0B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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