Html Css Color HEX #AB1720 Carmine

📋 copy color: '#AB1720'

red 171 ◦ green 23 ◦ blue 32

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

Shades of Carmine #AB1720

Tints of Carmine #AB1720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.18%

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

R = 75.66%
G = 10.18%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB1720 (or 0xAB1720) is known color: Carmine. HEX triplet: AB, 17 and 20. RGB value is (171,23,32). Sum of RGB (Red+Green+Blue) = 171+23+32=226 (29% of max value = 765). Red value is 171 (67.19% from 255 or 75.66% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1720 is #54E8DF. Grayscale: #444444. Windows color (decimal): -5564640 or 2103211. OLE color: 2103211.

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

Color convert

RGB 171 23 32 -
CMYK 0 0.87 0.81 0.33
HSL 356.35º 0.76% 0.38% -
HSV(B) 356.35º 0.87% 0.67% -
XYZ 17.36 9.38 2.26 -
YUV 68.28 107.53 201.27 -
System Red Green Blue C M Y K H S L
Decimal 171 23 32 0 0.87 0.81 0.33 356.35 0.76 0.38
Hex AB 17 20 0 57 51 21 164 4C 26
Octal 253 27 40 0 127 121 41 544 114 46
Binary 10101011 10111 100000 0 1010111 1010001 100001 101100100 1001100 100110

Color Harmonies of #AB1720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1720

Black with #AB1720

Text Example


Text Example

White with #AB1720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1720; }

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

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

background-color css

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

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

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

border-color css

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

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

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