#940716

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

Shades of Carmine #940716

Tints of Carmine #940716

Color information

#940716 (or 0x940716) is unknown color: approx Carmine. HEX triplet: 94, 07 and 16. RGB value is (148,7,22). Sum of RGB (Red+Green+Blue) = 148+7+22=177 (23% of max value = 765). Red value is 148 (58.20% from 255 or 83.62% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 148 - color contains mainly: red. Hex color #940716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940716 is #6BF8E9. Grayscale: #323232. Windows color (decimal): -7076074 or 1443732. OLE color: 1443732.

HSL color Cylindrical-coordinate representation of color #940716: hue angle of 353.62º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940716 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB148722-
CMYK00.950.850.42
HSL353.62º90.97%30.39%-
HSV(B)353.62º95.27%58.04%-
XYZ12.436.511.36-
YUV50.87111.71197.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 83.62%
GREEN value IS 7 (3.12% from 255) = 3.95%
BLUE value IS 22 (8.98% from 255) = 12.43%
R=83.62%
G=3.95%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14872200.950.850.42353.6290.9730.39
Hex9471605F552A1625b1e
Octal22472601371255254213336
Binary1001010011110110010111111010101101010101100010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940716; }

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

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

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

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

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

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

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

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