Html Css Color HEX #AA0B1A Carmine

📋 copy color: '#AA0B1A'

red 170 ◦ green 11 ◦ blue 26

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

Shades of Carmine #AA0B1A

Tints of Carmine #AA0B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.56%

R = 82.13%
G = 5.31%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA0B1A (or 0xAA0B1A) is known color: Carmine. HEX triplet: AA, 0B and 1A. RGB value is (170,11,26). Sum of RGB (Red+Green+Blue) = 170+11+26=207 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.13% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0B1A is #55F4E5. Grayscale: #3C3C3C. Windows color (decimal): -5633254 or 1706922. OLE color: 1706922.

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

Color convert

RGB 170 11 26 -
CMYK 0 0.94 0.85 0.33
HSL 354.34º 0.88% 0.35% -
HSV(B) 354.34º 0.94% 0.67% -
XYZ 16.88 8.86 1.8 -
YUV 60.25 108.68 206.28 -
System Red Green Blue C M Y K H S L
Decimal 170 11 26 0 0.94 0.85 0.33 354.34 0.88 0.35
Hex AA B 1A 0 5E 55 21 162 58 23
Octal 252 13 32 0 136 125 41 542 130 43
Binary 10101010 1011 11010 0 1011110 1010101 100001 101100010 1011000 100011

Color Harmonies of #AA0B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0B1A

Black with #AA0B1A

Text Example


Text Example

White with #AA0B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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