Html Css Color HEX #AB1219 Carmine

📋 copy color: '#AB1219'

red 171 ◦ green 18 ◦ blue 25

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

Shades of Carmine #AB1219

Tints of Carmine #AB1219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.68%

R = 79.91%
G = 8.41%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB1219 (or 0xAB1219) is known color: Carmine. HEX triplet: AB, 12 and 19. RGB value is (171,18,25). Sum of RGB (Red+Green+Blue) = 171+18+25=214 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.91% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1219 is #54EDE6. Grayscale: #404040. Windows color (decimal): -5565927 or 1643179. OLE color: 1643179.

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

Color convert

RGB 171 18 25 -
CMYK 0 0.89 0.85 0.33
HSL 357.25º 0.81% 0.37% -
HSV(B) 357.25º 0.89% 0.67% -
XYZ 17.19 9.16 1.78 -
YUV 64.55 105.69 203.93 -
System Red Green Blue C M Y K H S L
Decimal 171 18 25 0 0.89 0.85 0.33 357.25 0.81 0.37
Hex AB 12 19 0 59 55 21 165 51 25
Octal 253 22 31 0 131 125 41 545 121 45
Binary 10101011 10010 11001 0 1011001 1010101 100001 101100101 1010001 100101

Color Harmonies of #AB1219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1219

Black with #AB1219

Text Example


Text Example

White with #AB1219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1219; }

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

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

background-color css

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

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

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

border-color css

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

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

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