Html Css Color HEX #AB1520 Carmine

📋 copy color: '#AB1520'

red 171 ◦ green 21 ◦ blue 32

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

Shades of Carmine #AB1520

Tints of Carmine #AB1520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.38%

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

R = 76.34%
G = 9.38%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB1520 (or 0xAB1520) is known color: Carmine. HEX triplet: AB, 15 and 20. RGB value is (171,21,32). Sum of RGB (Red+Green+Blue) = 171+21+32=224 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.34% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1520 is #54EADF. Grayscale: #434343. Windows color (decimal): -5565152 or 2102699. OLE color: 2102699.

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

Color convert

RGB 171 21 32 -
CMYK 0 0.88 0.81 0.33
HSL 355.6º 0.78% 0.38% -
HSV(B) 355.6º 0.88% 0.67% -
XYZ 17.32 9.3 2.25 -
YUV 67.1 108.2 202.11 -
System Red Green Blue C M Y K H S L
Decimal 171 21 32 0 0.88 0.81 0.33 355.6 0.78 0.38
Hex AB 15 20 0 58 51 21 164 4E 26
Octal 253 25 40 0 130 121 41 544 116 46
Binary 10101011 10101 100000 0 1011000 1010001 100001 101100100 1001110 100110

Color Harmonies of #AB1520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1520

Black with #AB1520

Text Example


Text Example

White with #AB1520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1520; }

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

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

background-color css

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

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

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

border-color css

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

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

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