Html Css Color HEX #AB0C20 Carmine

📋 copy color: '#AB0C20'

red 171 ◦ green 12 ◦ blue 32

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

Shades of Carmine #AB0C20

Tints of Carmine #AB0C20

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.58%

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

R = 79.53%
G = 5.58%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB0C20 (or 0xAB0C20) is known color: Carmine. HEX triplet: AB, 0C and 20. RGB value is (171,12,32). Sum of RGB (Red+Green+Blue) = 171+12+32=215 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.53% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0C20 is #54F3DF. Grayscale: #3D3D3D. Windows color (decimal): -5567456 or 2100395. OLE color: 2100395.

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

Color convert

RGB 171 12 32 -
CMYK 0 0.93 0.81 0.33
HSL 352.45º 0.87% 0.36% -
HSV(B) 352.45º 0.93% 0.67% -
XYZ 17.19 9.03 2.2 -
YUV 61.82 111.18 205.87 -
System Red Green Blue C M Y K H S L
Decimal 171 12 32 0 0.93 0.81 0.33 352.45 0.87 0.36
Hex AB C 20 0 5D 51 21 160 57 24
Octal 253 14 40 0 135 121 41 540 127 44
Binary 10101011 1100 100000 0 1011101 1010001 100001 101100000 1010111 100100

Color Harmonies of #AB0C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C20

Black with #AB0C20

Text Example


Text Example

White with #AB0C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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