Html Css Color HEX #AB0A20 Carmine

📋 copy color: '#AB0A20'

red 171 ◦ green 10 ◦ blue 32

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

Shades of Carmine #AB0A20

Tints of Carmine #AB0A20

RGB

 RED value IS 171 (67.19% from 255) = 80.28%

 GREEN value IS 10 (4.3% from 255) = 4.69%

 BLUE value IS 32 (12.89% from 255) = 15.02%

R = 80.28%
G = 4.69%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB0A20 (or 0xAB0A20) is known color: Carmine. HEX triplet: AB, 0A and 20. RGB value is (171,10,32). Sum of RGB (Red+Green+Blue) = 171+10+32=213 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.28% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0A20 is #54F5DF. Grayscale: #3C3C3C. Windows color (decimal): -5567968 or 2099883. OLE color: 2099883.

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

Color convert

RGB 171 10 32 -
CMYK 0 0.94 0.81 0.33
HSL 351.8º 0.89% 0.35% -
HSV(B) 351.8º 0.94% 0.67% -
XYZ 17.16 8.98 2.2 -
YUV 60.65 111.84 206.71 -
System Red Green Blue C M Y K H S L
Decimal 171 10 32 0 0.94 0.81 0.33 351.8 0.89 0.35
Hex AB A 20 0 5E 51 21 160 59 23
Octal 253 12 40 0 136 121 41 540 131 43
Binary 10101011 1010 100000 0 1011110 1010001 100001 101100000 1011001 100011

Color Harmonies of #AB0A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0A20

Black with #AB0A20

Text Example


Text Example

White with #AB0A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0A20; }

 p { color: rgb(171,10,32); }

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

background-color css

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

 a { background-color: rgb(171,10,32); }

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

border-color css

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

 span { border-color: rgb(171,10,32); }

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