#AF0116

Color #AF0116 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #AF0116

Tints of Carmine #AF0116

Color information

#AF0116 (or 0xAF0116) is unknown color: approx Carmine. HEX triplet: AF, 01 and 16. RGB value is (175,1,22). Sum of RGB (Red+Green+Blue) = 175+1+22=198 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.38% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0116 is #50FEE9. Grayscale: #373737. Windows color (decimal): -5308138 or 1442223. OLE color: 1442223.

HSL color Cylindrical-coordinate representation of color #AF0116: hue angle of 352.76º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0116 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB175122-
CMYK00.990.870.31
HSL352.76º98.86%34.51%-
HSV(B)352.76º99.43%68.63%-
XYZ17.839.191.59-
YUV55.42109.15213.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 88.38%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 22 (8.98% from 255) = 11.11%
R=88.38%
G=0.51%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512200.990.870.31352.7698.8634.51
HexAF116063571F1616323
Octal25712601431273754114343
Binary10101111110110011000111010111111111011000011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0116; }

 p { color: rgb(175,1,22); }

 H1.HeaderClassName
 {
   color: #AF0116;
 }
 .AnyTagClassName
 {
   color: #AF0116;
 }
</style>
background-color css

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

 a { background-color: rgb(175,1,22); }

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

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

 span { border-color: rgb(175,1,22); }

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