#930214

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

Shades of Carmine #930214

Tints of Carmine #930214

Color information

#930214 (or 0x930214) is unknown color: approx Carmine. HEX triplet: 93, 02 and 14. RGB value is (147,2,20). Sum of RGB (Red+Green+Blue) = 147+2+20=169 (22% of max value = 765). Red value is 147 (57.81% from 255 or 86.98% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 147 - color contains mainly: red. Hex color #930214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930214 is #6CFDEB. Grayscale: #2F2F2F. Windows color (decimal): -7142892 or 1311379. OLE color: 1311379.

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

Color convert

RGB147220-
CMYK00.990.860.42
HSL352.55º97.32%29.22%-
HSV(B)352.55º98.64%57.65%-
XYZ12.186.31.24-
YUV47.41112.54199.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 86.98%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 20 (8.20% from 255) = 11.83%
R=86.98%
G=1.18%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14722000.990.860.42352.5597.3229.22
Hex93214063562A161611d
Octal22322401431265254114135
Binary100100111010100011000111010110101010101100001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930214; }

 p { color: rgb(147,2,20); }

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

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

 a { background-color: rgb(147,2,20); }

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

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

 span { border-color: rgb(147,2,20); }

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