#93031C

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

Shades of Carmine #93031C

Tints of Carmine #93031C

Color information

#93031C (or 0x93031C) is unknown color: approx Carmine. HEX triplet: 93, 03 and 1C. RGB value is (147,3,28). Sum of RGB (Red+Green+Blue) = 147+3+28=178 (23% of max value = 765). Red value is 147 (57.81% from 255 or 82.58% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 147 - color contains mainly: red. Hex color #93031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93031C is #6CFCE3. Grayscale: #303030. Windows color (decimal): -7142628 or 1835923. OLE color: 1835923.

HSL color Cylindrical-coordinate representation of color #93031C: hue angle of 349.58º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93031C is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB147328-
CMYK00.980.810.42
HSL349.58º96%29.41%-
HSV(B)349.58º97.96%57.65%-
XYZ12.276.351.68-
YUV48.91116.21197.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 82.58%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 28 (11.33% from 255) = 15.73%
R=82.58%
G=1.69%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14732800.980.810.42349.589629.41
Hex9331C062512A15e601d
Octal22333401421215253614035
Binary100100111111100011000101010001101010101011110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93031C; }

 p { color: rgb(147,3,28); }

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

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

 a { background-color: rgb(147,3,28); }

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

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

 span { border-color: rgb(147,3,28); }

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