Html Css Color HEX #AB1220 Carmine

📋 copy color: '#AB1220'

red 171 ◦ green 18 ◦ blue 32

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

Shades of Carmine #AB1220

Tints of Carmine #AB1220

RGB

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

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

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

R = 77.38%
G = 8.14%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB1220 (or 0xAB1220) is known color: Carmine. HEX triplet: AB, 12 and 20. RGB value is (171,18,32). Sum of RGB (Red+Green+Blue) = 171+18+32=221 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.38% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1220 is #54EDDF. Grayscale: #414141. Windows color (decimal): -5565920 or 2101931. OLE color: 2101931.

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

Color convert

RGB 171 18 32 -
CMYK 0 0.89 0.81 0.33
HSL 354.51º 0.81% 0.37% -
HSV(B) 354.51º 0.89% 0.67% -
XYZ 17.27 9.19 2.23 -
YUV 65.34 109.19 203.36 -
System Red Green Blue C M Y K H S L
Decimal 171 18 32 0 0.89 0.81 0.33 354.51 0.81 0.37
Hex AB 12 20 0 59 51 21 163 51 25
Octal 253 22 40 0 131 121 41 543 121 45
Binary 10101011 10010 100000 0 1011001 1010001 100001 101100011 1010001 100101

Color Harmonies of #AB1220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1220

Black with #AB1220

Text Example


Text Example

White with #AB1220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1220; }

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

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

background-color css

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

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

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

border-color css

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

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

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