Html Css Color HEX #AB0517 Carmine

📋 copy color: '#AB0517'

red 171 ◦ green 5 ◦ blue 23

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

Shades of Carmine #AB0517

Tints of Carmine #AB0517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.56%

R = 85.93%
G = 2.51%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB0517 (or 0xAB0517) is known color: Carmine. HEX triplet: AB, 05 and 17. RGB value is (171,5,23). Sum of RGB (Red+Green+Blue) = 171+5+23=199 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.93% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0517 is #54FAE8. Grayscale: #383838. Windows color (decimal): -5569257 or 1508779. OLE color: 1508779.

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

Color convert

RGB 171 5 23 -
CMYK 0 0.97 0.87 0.33
HSL 353.49º 0.94% 0.35% -
HSV(B) 353.49º 0.97% 0.67% -
XYZ 17 8.83 1.62 -
YUV 56.69 109 209.54 -
System Red Green Blue C M Y K H S L
Decimal 171 5 23 0 0.97 0.87 0.33 353.49 0.94 0.35
Hex AB 5 17 0 61 57 21 161 5E 23
Octal 253 5 27 0 141 127 41 541 136 43
Binary 10101011 101 10111 0 1100001 1010111 100001 101100001 1011110 100011

Color Harmonies of #AB0517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0517

Black with #AB0517

Text Example


Text Example

White with #AB0517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0517; }

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

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

background-color css

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

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

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

border-color css

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

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

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