#A41016

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

Shades of Carmine #A41016

Tints of Carmine #A41016

Color information

#A41016 (or 0xA41016) is unknown color: approx Carmine. HEX triplet: A4, 10 and 16. RGB value is (164,16,22). Sum of RGB (Red+Green+Blue) = 164+16+22=202 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.19% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 164 - color contains mainly: red. Hex color #A41016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41016 is #5BEFE9. Grayscale: #3D3D3D. Windows color (decimal): -6025194 or 1446052. OLE color: 1446052.

HSL color Cylindrical-coordinate representation of color #A41016: hue angle of 357.57º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41016 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1641622-
CMYK00.900.870.36
HSL357.57º82.22%35.29%-
HSV(B)357.57º90.24%64.31%-
XYZ15.648.321.54-
YUV60.94106.03201.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 81.19%
GREEN value IS 16 (6.64% from 255) = 7.92%
BLUE value IS 22 (8.98% from 255) = 10.89%
R=81.19%
G=7.92%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164162200.900.870.36357.5782.2235.29
HexA4101605A57241665223
Octal244202601321274454612243
Binary1010010010000101100101101010101111001001011001101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41016; }

 p { color: rgb(164,16,22); }

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

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

 a { background-color: rgb(164,16,22); }

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

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

 span { border-color: rgb(164,16,22); }

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