Html Css Color HEX #AB1519 Carmine

📋 copy color: '#AB1519'

red 171 ◦ green 21 ◦ blue 25

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

Shades of Carmine #AB1519

Tints of Carmine #AB1519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.68%

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

R = 78.8%
G = 9.68%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB1519 (or 0xAB1519) is known color: Carmine. HEX triplet: AB, 15 and 19. RGB value is (171,21,25). Sum of RGB (Red+Green+Blue) = 171+21+25=217 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.80% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1519 is #54EAE6. Grayscale: #424242. Windows color (decimal): -5565159 or 1643947. OLE color: 1643947.

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

Color convert

RGB 171 21 25 -
CMYK 0 0.88 0.85 0.33
HSL 358.4º 0.78% 0.38% -
HSV(B) 358.4º 0.88% 0.67% -
XYZ 17.24 9.26 1.8 -
YUV 66.31 104.7 202.67 -
System Red Green Blue C M Y K H S L
Decimal 171 21 25 0 0.88 0.85 0.33 358.4 0.78 0.38
Hex AB 15 19 0 58 55 21 166 4E 26
Octal 253 25 31 0 130 125 41 546 116 46
Binary 10101011 10101 11001 0 1011000 1010101 100001 101100110 1001110 100110

Color Harmonies of #AB1519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1519

Black with #AB1519

Text Example


Text Example

White with #AB1519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1519; }

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

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

background-color css

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

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

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

border-color css

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

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

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