#93031A

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

Shades of Carmine #93031A

Tints of Carmine #93031A

Color information

#93031A (or 0x93031A) is unknown color: approx Carmine. HEX triplet: 93, 03 and 1A. RGB value is (147,3,26). Sum of RGB (Red+Green+Blue) = 147+3+26=176 (23% of max value = 765). Red value is 147 (57.81% from 255 or 83.52% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 147 - color contains mainly: red. Hex color #93031A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93031A is #6CFCE5. Grayscale: #303030. Windows color (decimal): -7142630 or 1704851. OLE color: 1704851.

HSL color Cylindrical-coordinate representation of color #93031A: hue angle of 350.42º 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 #93031A is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB147326-
CMYK00.980.820.42
HSL350.42º96%29.41%-
HSV(B)350.42º97.96%57.65%-
XYZ12.256.341.56-
YUV48.68115.21198.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 83.52%
GREEN value IS 3 (1.56% from 255) = 1.70%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=83.52%
G=1.70%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14732600.980.820.42350.429629.41
Hex9331A062522A15e601d
Octal22333201421225253614035
Binary100100111111010011000101010010101010101011110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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