Html Css Color HEX #AB0020 Carmine

📋 copy color: '#AB0020'

red 171 ◦ green 0 ◦ blue 32

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

Shades of Carmine #AB0020

Tints of Carmine #AB0020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.24%
G = 0%
B = 15.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB0020 (or 0xAB0020) is known color: Carmine. HEX triplet: AB, 00 and 20. RGB value is (171,0,32). Sum of RGB (Red+Green+Blue) = 171+0+32=203 (26% of max value = 765). Red value is 171 (67.19% from 255 or 84.24% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0020 is #54FFDF. Grayscale: #363636. Windows color (decimal): -5570528 or 2097323. OLE color: 2097323.

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

Color convert

RGB 171 0 32 -
CMYK 0 1 0.81 0.33
HSL 348.77º 1% 0.34% -
HSV(B) 348.77º 1% 0.67% -
XYZ 17.06 8.76 2.16 -
YUV 54.78 115.15 210.9 -
System Red Green Blue C M Y K H S L
Decimal 171 0 32 0 1 0.81 0.33 348.77 1 0.34
Hex AB 0 20 0 64 51 21 15D 64 22
Octal 253 0 40 0 144 121 41 535 144 42
Binary 10101011 0 100000 0 1100100 1010001 100001 101011101 1100100 100010

Color Harmonies of #AB0020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0020

Black with #AB0020

Text Example


Text Example

White with #AB0020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0020; }

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

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

background-color css

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

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

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

border-color css

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

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

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