Html Css Color HEX #AB1019 Carmine

📋 copy color: '#AB1019'

red 171 ◦ green 16 ◦ blue 25

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

Shades of Carmine #AB1019

Tints of Carmine #AB1019

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.55%

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

R = 80.66%
G = 7.55%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB1019 (or 0xAB1019) is known color: Carmine. HEX triplet: AB, 10 and 19. RGB value is (171,16,25). Sum of RGB (Red+Green+Blue) = 171+16+25=212 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.66% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1019 is #54EFE6. Grayscale: #3F3F3F. Windows color (decimal): -5566439 or 1642667. OLE color: 1642667.

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

Color convert

RGB 171 16 25 -
CMYK 0 0.91 0.85 0.33
HSL 356.52º 0.83% 0.37% -
HSV(B) 356.52º 0.91% 0.67% -
XYZ 17.16 9.1 1.77 -
YUV 63.37 106.35 204.77 -
System Red Green Blue C M Y K H S L
Decimal 171 16 25 0 0.91 0.85 0.33 356.52 0.83 0.37
Hex AB 10 19 0 5B 55 21 165 53 25
Octal 253 20 31 0 133 125 41 545 123 45
Binary 10101011 10000 11001 0 1011011 1010101 100001 101100101 1010011 100101

Color Harmonies of #AB1019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1019

Black with #AB1019

Text Example


Text Example

White with #AB1019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1019; }

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

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

background-color css

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

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

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

border-color css

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

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

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