#930e1e

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

Shades of Carmine #930E1E

Tints of Carmine #930E1E

Color information

#930E1E (or 0x930E1E) is unknown color: approx Carmine. HEX triplet: 93, 0E and 1E. RGB value is (147,14,30). Sum of RGB (Red+Green+Blue) = 147+14+30=191 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.96% from 191); Green value is 14 (5.86% from 255 or 7.33% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 147 - color contains mainly: red. Hex color #930E1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930E1E is #6CF1E1. Grayscale: #373737. Windows color (decimal): -7139810 or 1969811. OLE color: 1969811.

HSL color Cylindrical-coordinate representation of color #930E1E: hue angle of 352.78º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930E1E is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1471430-
CMYK00.900.800.42
HSL352.78º82.61%31.57%-
HSV(B)352.78º90.48%57.65%-
XYZ12.426.611.85-
YUV55.59113.56193.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 76.96%
GREEN value IS 14 (5.86% from 255) = 7.33%
BLUE value IS 30 (12.11% from 255) = 15.71%
R=76.96%
G=7.33%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147143000.900.800.42352.7882.6131.57
Hex93E1E05A502A1615320
Octal223163601321205254112340
Binary100100111110111100101101010100001010101011000011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930e1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930e1e; }

 p { color: rgb(147,14,30); }

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

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

 a { background-color: rgb(147,14,30); }

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

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

 span { border-color: rgb(147,14,30); }

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