Html Css Color HEX #AB1619 Carmine

📋 copy color: '#AB1619'

red 171 ◦ green 22 ◦ blue 25

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

Shades of Carmine #AB1619

Tints of Carmine #AB1619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.09%

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

R = 78.44%
G = 10.09%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB1619 (or 0xAB1619) is known color: Carmine. HEX triplet: AB, 16 and 19. RGB value is (171,22,25). Sum of RGB (Red+Green+Blue) = 171+22+25=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1619 is #54E9E6. Grayscale: #434343. Windows color (decimal): -5564903 or 1644203. OLE color: 1644203.

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

Color convert

RGB 171 22 25 -
CMYK 0 0.87 0.85 0.33
HSL 358.79º 0.77% 0.38% -
HSV(B) 358.79º 0.87% 0.67% -
XYZ 17.26 9.3 1.81 -
YUV 66.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 171 22 25 0 0.87 0.85 0.33 358.79 0.77 0.38
Hex AB 16 19 0 57 55 21 167 4D 26
Octal 253 26 31 0 127 125 41 547 115 46
Binary 10101011 10110 11001 0 1010111 1010101 100001 101100111 1001101 100110

Color Harmonies of #AB1619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1619

Black with #AB1619

Text Example


Text Example

White with #AB1619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1619; }

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

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

background-color css

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

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

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

border-color css

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

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

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