Html Css Color HEX #AB0519 Carmine

📋 copy color: '#AB0519'

red 171 ◦ green 5 ◦ blue 25

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

Shades of Carmine #AB0519

Tints of Carmine #AB0519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

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

R = 85.07%
G = 2.49%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB0519 (or 0xAB0519) is known color: Carmine. HEX triplet: AB, 05 and 19. RGB value is (171,5,25). Sum of RGB (Red+Green+Blue) = 171+5+25=201 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.07% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0519 is #54FAE6. Grayscale: #393939. Windows color (decimal): -5569255 or 1639851. OLE color: 1639851.

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

Color convert

RGB 171 5 25 -
CMYK 0 0.97 0.85 0.33
HSL 352.77º 0.94% 0.35% -
HSV(B) 352.77º 0.97% 0.67% -
XYZ 17.02 8.84 1.73 -
YUV 56.91 110 209.37 -
System Red Green Blue C M Y K H S L
Decimal 171 5 25 0 0.97 0.85 0.33 352.77 0.94 0.35
Hex AB 5 19 0 61 55 21 161 5E 23
Octal 253 5 31 0 141 125 41 541 136 43
Binary 10101011 101 11001 0 1100001 1010101 100001 101100001 1011110 100011

Color Harmonies of #AB0519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0519

Black with #AB0519

Text Example


Text Example

White with #AB0519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0519; }

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

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

background-color css

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

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

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

border-color css

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

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

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