#930416

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

Shades of Carmine #930416

Tints of Carmine #930416

Color information

#930416 (or 0x930416) is unknown color: approx Carmine. HEX triplet: 93, 04 and 16. RGB value is (147,4,22). Sum of RGB (Red+Green+Blue) = 147+4+22=173 (22% of max value = 765). Red value is 147 (57.81% from 255 or 84.97% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 147 - color contains mainly: red. Hex color #930416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930416 is #6CFBE9. Grayscale: #303030. Windows color (decimal): -7142378 or 1442963. OLE color: 1442963.

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

Color convert

RGB147422-
CMYK00.970.850.42
HSL352.45º94.7%29.61%-
HSV(B)352.45º97.28%57.65%-
XYZ12.226.351.34-
YUV48.81112.88198.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 84.97%
GREEN value IS 4 (1.95% from 255) = 2.31%
BLUE value IS 22 (8.98% from 255) = 12.72%
R=84.97%
G=2.31%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14742200.970.850.42352.4594.729.61
Hex93416061552A1605f1e
Octal22342601411255254013736
Binary1001001110010110011000011010101101010101100000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930416; }

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

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

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

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

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

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

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

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