#93011D

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

Shades of Carmine #93011D

Tints of Carmine #93011D

Color information

#93011D (or 0x93011D) is unknown color: approx Carmine. HEX triplet: 93, 01 and 1D. RGB value is (147,1,29). Sum of RGB (Red+Green+Blue) = 147+1+29=177 (23% of max value = 765). Red value is 147 (57.81% from 255 or 83.05% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 147 - color contains mainly: red. Hex color #93011D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93011D is #6CFEE2. Grayscale: #2F2F2F. Windows color (decimal): -7143139 or 1900947. OLE color: 1900947.

HSL color Cylindrical-coordinate representation of color #93011D: hue angle of 348.49º degrees, saturation: 0.99, 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 #93011D is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB147129-
CMYK00.990.800.42
HSL348.49º98.65%29.02%-
HSV(B)348.49º99.32%57.65%-
XYZ12.276.311.73-
YUV47.85117.37198.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 83.05%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 29 (11.72% from 255) = 16.38%
R=83.05%
G=0.56%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712900.990.800.42348.4998.6529.02
Hex9311D063502A15c631d
Octal22313501431205253414335
Binary10010011111101011000111010000101010101011100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93011D; }

 p { color: rgb(147,1,29); }

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

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

 a { background-color: rgb(147,1,29); }

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

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

 span { border-color: rgb(147,1,29); }

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