Html Css Color HEX #AA0B1F Carmine

📋 copy color: '#AA0B1F'

red 170 ◦ green 11 ◦ blue 31

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

Shades of Carmine #AA0B1F

Tints of Carmine #AA0B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.62%

R = 80.19%
G = 5.19%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA0B1F (or 0xAA0B1F) is known color: Carmine. HEX triplet: AA, 0B and 1F. RGB value is (170,11,31). Sum of RGB (Red+Green+Blue) = 170+11+31=212 (28% of max value = 765). Red value is 170 (66.80% from 255 or 80.19% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0B1F is #55F4E0. Grayscale: #3C3C3C. Windows color (decimal): -5633249 or 2034602. OLE color: 2034602.

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

Color convert

RGB 170 11 31 -
CMYK 0 0.94 0.82 0.33
HSL 352.45º 0.88% 0.35% -
HSV(B) 352.45º 0.94% 0.67% -
XYZ 16.94 8.88 2.12 -
YUV 60.82 111.18 205.87 -
System Red Green Blue C M Y K H S L
Decimal 170 11 31 0 0.94 0.82 0.33 352.45 0.88 0.35
Hex AA B 1F 0 5E 52 21 160 58 23
Octal 252 13 37 0 136 122 41 540 130 43
Binary 10101010 1011 11111 0 1011110 1010010 100001 101100000 1011000 100011

Color Harmonies of #AA0B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0B1F

Black with #AA0B1F

Text Example


Text Example

White with #AA0B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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