Html Css Color HEX #AB0C14 Carmine

📋 copy color: '#AB0C14'

red 171 ◦ green 12 ◦ blue 20

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

Shades of Carmine #AB0C14

Tints of Carmine #AB0C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.85%

R = 84.24%
G = 5.91%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB0C14 (or 0xAB0C14) is known color: Carmine. HEX triplet: AB, 0C and 14. RGB value is (171,12,20). Sum of RGB (Red+Green+Blue) = 171+12+20=203 (26% of max value = 765). Red value is 171 (67.19% from 255 or 84.24% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0C14 is #54F3EB. Grayscale: #3C3C3C. Windows color (decimal): -5567468 or 1313963. OLE color: 1313963.

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

Color convert

RGB 171 12 20 -
CMYK 0 0.93 0.88 0.33
HSL 356.98º 0.87% 0.36% -
HSV(B) 356.98º 0.93% 0.67% -
XYZ 17.05 8.97 1.49 -
YUV 60.45 105.18 206.85 -
System Red Green Blue C M Y K H S L
Decimal 171 12 20 0 0.93 0.88 0.33 356.98 0.87 0.36
Hex AB C 14 0 5D 58 21 165 57 24
Octal 253 14 24 0 135 130 41 545 127 44
Binary 10101011 1100 10100 0 1011101 1011000 100001 101100101 1010111 100100

Color Harmonies of #AB0C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C14

Black with #AB0C14

Text Example


Text Example

White with #AB0C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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