Html Css Color HEX #AB0F12 Carmine

📋 copy color: '#AB0F12'

red 171 ◦ green 15 ◦ blue 18

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

Shades of Carmine #AB0F12

Tints of Carmine #AB0F12

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.35%

 BLUE value IS 18 (7.42% from 255) = 8.82%

R = 83.82%
G = 7.35%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB0F12 (or 0xAB0F12) is known color: Carmine. HEX triplet: AB, 0F and 12. RGB value is (171,15,18). Sum of RGB (Red+Green+Blue) = 171+15+18=204 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.82% from 204); Green value is 15 (6.25% from 255 or 7.35% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0F12 is #54F0ED. Grayscale: #3E3E3E. Windows color (decimal): -5566702 or 1183659. OLE color: 1183659.

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

Color convert

RGB 171 15 18 -
CMYK 0 0.91 0.89 0.33
HSL 358.85º 0.84% 0.36% -
HSV(B) 358.85º 0.91% 0.67% -
XYZ 17.07 9.04 1.42 -
YUV 61.99 103.18 205.76 -
System Red Green Blue C M Y K H S L
Decimal 171 15 18 0 0.91 0.89 0.33 358.85 0.84 0.36
Hex AB F 12 0 5B 59 21 167 54 24
Octal 253 17 22 0 133 131 41 547 124 44
Binary 10101011 1111 10010 0 1011011 1011001 100001 101100111 1010100 100100

Color Harmonies of #AB0F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0F12

Black with #AB0F12

Text Example


Text Example

White with #AB0F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0F12; }

 p { color: rgb(171,15,18); }

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

background-color css

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

 a { background-color: rgb(171,15,18); }

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

border-color css

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

 span { border-color: rgb(171,15,18); }

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