Html Css Color HEX #AB0516 Carmine

📋 copy color: '#AB0516'

red 171 ◦ green 5 ◦ blue 22

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

Shades of Carmine #AB0516

Tints of Carmine #AB0516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.11%

R = 86.36%
G = 2.53%
B = 11.11%

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

#AB0516 (or 0xAB0516) is known color: Carmine. HEX triplet: AB, 05 and 16. RGB value is (171,5,22). Sum of RGB (Red+Green+Blue) = 171+5+22=198 (26% of max value = 765). Red value is 171 (67.19% from 255 or 86.36% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0516 is #54FAE9. Grayscale: #383838. Windows color (decimal): -5569258 or 1443243. OLE color: 1443243.

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

Color convert

RGB 171 5 22 -
CMYK 0 0.97 0.87 0.33
HSL 353.86º 0.94% 0.35% -
HSV(B) 353.86º 0.97% 0.67% -
XYZ 16.99 8.82 1.57 -
YUV 56.57 108.5 209.62 -
System Red Green Blue C M Y K H S L
Decimal 171 5 22 0 0.97 0.87 0.33 353.86 0.94 0.35
Hex AB 5 16 0 61 57 21 162 5E 23
Octal 253 5 26 0 141 127 41 542 136 43
Binary 10101011 101 10110 0 1100001 1010111 100001 101100010 1011110 100011

Color Harmonies of #AB0516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0516

Black with #AB0516

Text Example


Text Example

White with #AB0516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0516; }

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

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

background-color css

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

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

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

border-color css

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

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

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