#940A16

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

Shades of Carmine #940A16

Tints of Carmine #940A16

Color information

#940A16 (or 0x940A16) is unknown color: approx Carmine. HEX triplet: 94, 0A and 16. RGB value is (148,10,22). Sum of RGB (Red+Green+Blue) = 148+10+22=180 (23% of max value = 765). Red value is 148 (58.20% from 255 or 82.22% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 148 - color contains mainly: red. Hex color #940A16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940A16 is #6BF5E9. Grayscale: #343434. Windows color (decimal): -7075306 or 1444500. OLE color: 1444500.

HSL color Cylindrical-coordinate representation of color #940A16: hue angle of 354.78º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940A16 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB1481022-
CMYK00.930.850.42
HSL354.78º87.34%30.98%-
HSV(B)354.78º93.24%58.04%-
XYZ12.476.571.37-
YUV52.63110.72196.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 82.22%
GREEN value IS 10 (4.30% from 255) = 5.56%
BLUE value IS 22 (8.98% from 255) = 12.22%
R=82.22%
G=5.56%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148102200.930.850.42354.7887.3430.98
Hex94A1605D552A163571f
Octal224122601351255254312737
Binary10010100101010110010111011010101101010101100011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940A16; }

 p { color: rgb(148,10,22); }

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

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

 a { background-color: rgb(148,10,22); }

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

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

 span { border-color: rgb(148,10,22); }

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