Html Css Color HEX #AB0820 Carmine

📋 copy color: '#AB0820'

red 171 ◦ green 8 ◦ blue 32

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

Shades of Carmine #AB0820

Tints of Carmine #AB0820

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.79%

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

R = 81.04%
G = 3.79%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB0820 (or 0xAB0820) is known color: Carmine. HEX triplet: AB, 08 and 20. RGB value is (171,8,32). Sum of RGB (Red+Green+Blue) = 171+8+32=211 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.04% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0820 is #54F7DF. Grayscale: #3B3B3B. Windows color (decimal): -5568480 or 2099371. OLE color: 2099371.

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

Color convert

RGB 171 8 32 -
CMYK 0 0.95 0.81 0.33
HSL 351.17º 0.91% 0.35% -
HSV(B) 351.17º 0.95% 0.67% -
XYZ 17.14 8.94 2.19 -
YUV 59.47 112.5 207.55 -
System Red Green Blue C M Y K H S L
Decimal 171 8 32 0 0.95 0.81 0.33 351.17 0.91 0.35
Hex AB 8 20 0 5F 51 21 15F 5B 23
Octal 253 10 40 0 137 121 41 537 133 43
Binary 10101011 1000 100000 0 1011111 1010001 100001 101011111 1011011 100011

Color Harmonies of #AB0820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0820

Black with #AB0820

Text Example


Text Example

White with #AB0820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0820; }

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

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

background-color css

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

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

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

border-color css

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

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

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