Html Css Color HEX #AB121F Carmine

📋 copy color: '#AB121F'

red 171 ◦ green 18 ◦ blue 31

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

Shades of Carmine #AB121F

Tints of Carmine #AB121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.09%

R = 77.73%
G = 8.18%
B = 14.09%

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

#AB121F (or 0xAB121F) is known color: Carmine. HEX triplet: AB, 12 and 1F. RGB value is (171,18,31). Sum of RGB (Red+Green+Blue) = 171+18+31=220 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.73% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 171 - color contains mainly: red. Hex color #AB121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB121F is #54EDE0. Grayscale: #414141. Windows color (decimal): -5565921 or 2036395. OLE color: 2036395.

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

Color convert

RGB 171 18 31 -
CMYK 0 0.89 0.82 0.33
HSL 354.9º 0.81% 0.37% -
HSV(B) 354.9º 0.89% 0.67% -
XYZ 17.26 9.19 2.16 -
YUV 65.23 108.69 203.44 -
System Red Green Blue C M Y K H S L
Decimal 171 18 31 0 0.89 0.82 0.33 354.9 0.81 0.37
Hex AB 12 1F 0 59 52 21 163 51 25
Octal 253 22 37 0 131 122 41 543 121 45
Binary 10101011 10010 11111 0 1011001 1010010 100001 101100011 1010001 100101

Color Harmonies of #AB121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB121F

Black with #AB121F

Text Example


Text Example

White with #AB121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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