Html Css Color HEX #AB0416 Carmine

📋 copy color: '#AB0416'

red 171 ◦ green 4 ◦ blue 22

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

Shades of Carmine #AB0416

Tints of Carmine #AB0416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.03%

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

R = 86.8%
G = 2.03%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB0416 (or 0xAB0416) is known color: Carmine. HEX triplet: AB, 04 and 16. RGB value is (171,4,22). Sum of RGB (Red+Green+Blue) = 171+4+22=197 (26% of max value = 765). Red value is 171 (67.19% from 255 or 86.80% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0416 is #54FBE9. Grayscale: #383838. Windows color (decimal): -5569514 or 1442987. OLE color: 1442987.

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

Color convert

RGB 171 4 22 -
CMYK 0 0.98 0.87 0.33
HSL 353.53º 0.95% 0.34% -
HSV(B) 353.53º 0.98% 0.67% -
XYZ 16.98 8.8 1.56 -
YUV 55.99 108.83 210.04 -
System Red Green Blue C M Y K H S L
Decimal 171 4 22 0 0.98 0.87 0.33 353.53 0.95 0.34
Hex AB 4 16 0 62 57 21 162 5F 22
Octal 253 4 26 0 142 127 41 542 137 42
Binary 10101011 100 10110 0 1100010 1010111 100001 101100010 1011111 100010

Color Harmonies of #AB0416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0416

Black with #AB0416

Text Example


Text Example

White with #AB0416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0416; }

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

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

background-color css

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

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

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

border-color css

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

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

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