Html Css Color HEX #AB1217 Carmine

📋 copy color: '#AB1217'

red 171 ◦ green 18 ◦ blue 23

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

Shades of Carmine #AB1217

Tints of Carmine #AB1217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.49%

 BLUE value IS 23 (9.38% from 255) = 10.85%

R = 80.66%
G = 8.49%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB1217 (or 0xAB1217) is known color: Carmine. HEX triplet: AB, 12 and 17. RGB value is (171,18,23). Sum of RGB (Red+Green+Blue) = 171+18+23=212 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.66% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1217 is #54EDE8. Grayscale: #404040. Windows color (decimal): -5565929 or 1512107. OLE color: 1512107.

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

Color convert

RGB 171 18 23 -
CMYK 0 0.89 0.87 0.33
HSL 358.04º 0.81% 0.37% -
HSV(B) 358.04º 0.89% 0.67% -
XYZ 17.17 9.15 1.67 -
YUV 64.32 104.69 204.09 -
System Red Green Blue C M Y K H S L
Decimal 171 18 23 0 0.89 0.87 0.33 358.04 0.81 0.37
Hex AB 12 17 0 59 57 21 166 51 25
Octal 253 22 27 0 131 127 41 546 121 45
Binary 10101011 10010 10111 0 1011001 1010111 100001 101100110 1010001 100101

Color Harmonies of #AB1217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1217

Black with #AB1217

Text Example


Text Example

White with #AB1217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1217; }

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

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

background-color css

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

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

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

border-color css

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

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

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