#93042B

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

Shades of Carmine #93042B

Tints of Carmine #93042B

Color information

#93042B (or 0x93042B) is unknown color: approx Carmine. HEX triplet: 93, 04 and 2B. RGB value is (147,4,43). Sum of RGB (Red+Green+Blue) = 147+4+43=194 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75.77% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 147 - color contains mainly: red. Hex color #93042B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93042B is #6CFBD4. Grayscale: #333333. Windows color (decimal): -7142357 or 2819219. OLE color: 2819219.

HSL color Cylindrical-coordinate representation of color #93042B: hue angle of 343.64º 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 #93042B is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB147443-
CMYK00.970.710.42
HSL343.64º94.7%29.61%-
HSV(B)343.64º97.28%57.65%-
XYZ12.516.462.87-
YUV51.2123.38196.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 75.77%
GREEN value IS 4 (1.95% from 255) = 2.06%
BLUE value IS 43 (17.19% from 255) = 22.16%
R=75.77%
G=2.06%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14744300.970.710.42343.6494.729.61
Hex9342B061472A1585f1e
Octal22345301411075253013736
Binary10010011100101011011000011000111101010101011000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93042B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93042B; }

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

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

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

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

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

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

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

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