#930816

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

Shades of Carmine #930816

Tints of Carmine #930816

Color information

#930816 (or 0x930816) is unknown color: approx Carmine. HEX triplet: 93, 08 and 16. RGB value is (147,8,22). Sum of RGB (Red+Green+Blue) = 147+8+22=177 (23% of max value = 765). Red value is 147 (57.81% from 255 or 83.05% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 147 - color contains mainly: red. Hex color #930816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930816 is #6CF7E9. Grayscale: #333333. Windows color (decimal): -7141354 or 1443987. OLE color: 1443987.

HSL color Cylindrical-coordinate representation of color #930816: hue angle of 353.96º degrees, saturation: 0.9, 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 #930816 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB147822-
CMYK00.950.850.42
HSL353.96º89.68%30.39%-
HSV(B)353.96º94.56%57.65%-
XYZ12.266.431.35-
YUV51.16111.55196.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 83.05%
GREEN value IS 8 (3.52% from 255) = 4.52%
BLUE value IS 22 (8.98% from 255) = 12.43%
R=83.05%
G=4.52%
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
Decimal14782200.950.850.42353.9689.6830.39
Hex9381605F552A1625a1e
Octal223102601371255254213236
Binary10010011100010110010111111010101101010101100010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930816; }

 p { color: rgb(147,8,22); }

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

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

 a { background-color: rgb(147,8,22); }

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

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

 span { border-color: rgb(147,8,22); }

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