Html Css Color HEX #AB1820 Carmine

📋 copy color: '#AB1820'

red 171 ◦ green 24 ◦ blue 32

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

Shades of Carmine #AB1820

Tints of Carmine #AB1820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.57%

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

R = 75.33%
G = 10.57%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB1820 (or 0xAB1820) is known color: Carmine. HEX triplet: AB, 18 and 20. RGB value is (171,24,32). Sum of RGB (Red+Green+Blue) = 171+24+32=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1820 is #54E7DF. Grayscale: #444444. Windows color (decimal): -5564384 or 2103467. OLE color: 2103467.

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

Color convert

RGB 171 24 32 -
CMYK 0 0.86 0.81 0.33
HSL 356.73º 0.75% 0.38% -
HSV(B) 356.73º 0.86% 0.67% -
XYZ 17.38 9.42 2.27 -
YUV 68.87 107.2 200.85 -
System Red Green Blue C M Y K H S L
Decimal 171 24 32 0 0.86 0.81 0.33 356.73 0.75 0.38
Hex AB 18 20 0 56 51 21 165 4B 26
Octal 253 30 40 0 126 121 41 545 113 46
Binary 10101011 11000 100000 0 1010110 1010001 100001 101100101 1001011 100110

Color Harmonies of #AB1820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1820

Black with #AB1820

Text Example


Text Example

White with #AB1820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1820; }

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

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

background-color css

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

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

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

border-color css

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

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

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