Html Css Color HEX #AB121B Carmine

📋 copy color: '#AB121B'

red 171 ◦ green 18 ◦ blue 27

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

Shades of Carmine #AB121B

Tints of Carmine #AB121B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.5%

R = 79.17%
G = 8.33%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB121B (or 0xAB121B) is known color: Carmine. HEX triplet: AB, 12 and 1B. RGB value is (171,18,27). Sum of RGB (Red+Green+Blue) = 171+18+27=216 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.17% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 171 - color contains mainly: red. Hex color #AB121B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB121B is #54EDE4. Grayscale: #404040. Windows color (decimal): -5565925 or 1774251. OLE color: 1774251.

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

Color convert

RGB 171 18 27 -
CMYK 0 0.89 0.84 0.33
HSL 356.47º 0.81% 0.37% -
HSV(B) 356.47º 0.89% 0.67% -
XYZ 17.21 9.17 1.9 -
YUV 64.77 106.69 203.77 -
System Red Green Blue C M Y K H S L
Decimal 171 18 27 0 0.89 0.84 0.33 356.47 0.81 0.37
Hex AB 12 1B 0 59 54 21 164 51 25
Octal 253 22 33 0 131 124 41 544 121 45
Binary 10101011 10010 11011 0 1011001 1010100 100001 101100100 1010001 100101

Color Harmonies of #AB121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB121B

Black with #AB121B

Text Example


Text Example

White with #AB121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB121B; }

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

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

background-color css

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

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

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

border-color css

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

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

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