Html Css Color HEX #AB121E Carmine

📋 copy color: '#AB121E'

red 171 ◦ green 18 ◦ blue 30

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

Shades of Carmine #AB121E

Tints of Carmine #AB121E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.7%

R = 78.08%
G = 8.22%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB121E (or 0xAB121E) is known color: Carmine. HEX triplet: AB, 12 and 1E. RGB value is (171,18,30). Sum of RGB (Red+Green+Blue) = 171+18+30=219 (29% of max value = 765). Red value is 171 (67.19% from 255 or 78.08% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 171 - color contains mainly: red. Hex color #AB121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB121E is #54EDE1. Grayscale: #414141. Windows color (decimal): -5565922 or 1970859. OLE color: 1970859.

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

Color convert

RGB 171 18 30 -
CMYK 0 0.89 0.82 0.33
HSL 355.29º 0.81% 0.37% -
HSV(B) 355.29º 0.89% 0.67% -
XYZ 17.25 9.18 2.09 -
YUV 65.12 108.19 203.52 -
System Red Green Blue C M Y K H S L
Decimal 171 18 30 0 0.89 0.82 0.33 355.29 0.81 0.37
Hex AB 12 1E 0 59 52 21 163 51 25
Octal 253 22 36 0 131 122 41 543 121 45
Binary 10101011 10010 11110 0 1011001 1010010 100001 101100011 1010001 100101

Color Harmonies of #AB121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB121E

Black with #AB121E

Text Example


Text Example

White with #AB121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB121E; }

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

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

background-color css

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

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

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

border-color css

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

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

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