#930D21

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

Shades of Carmine #930D21

Tints of Carmine #930D21

Color information

#930D21 (or 0x930D21) is unknown color: approx Carmine. HEX triplet: 93, 0D and 21. RGB value is (147,13,33). Sum of RGB (Red+Green+Blue) = 147+13+33=193 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.17% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 147 - color contains mainly: red. Hex color #930D21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930D21 is #6CF2DE. Grayscale: #373737. Windows color (decimal): -7140063 or 2166163. OLE color: 2166163.

HSL color Cylindrical-coordinate representation of color #930D21: hue angle of 351.04º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #930D21 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB1471333-
CMYK00.910.780.42
HSL351.04º83.75%31.37%-
HSV(B)351.04º91.16%57.65%-
XYZ12.456.62.06-
YUV55.35115.39193.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 76.17%
GREEN value IS 13 (5.47% from 255) = 6.74%
BLUE value IS 33 (13.28% from 255) = 17.10%
R=76.17%
G=6.74%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147133300.910.780.42351.0483.7531.37
Hex93D2105B4E2A15f541f
Octal223154101331165253712437
Binary100100111101100001010110111001110101010101011111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,13,33); }

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

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

 a { background-color: rgb(147,13,33); }

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

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

 span { border-color: rgb(147,13,33); }

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