#93011C

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

Shades of Carmine #93011C

Tints of Carmine #93011C

Color information

#93011C (or 0x93011C) is unknown color: approx Carmine. HEX triplet: 93, 01 and 1C. RGB value is (147,1,28). Sum of RGB (Red+Green+Blue) = 147+1+28=176 (23% of max value = 765). Red value is 147 (57.81% from 255 or 83.52% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 147 - color contains mainly: red. Hex color #93011C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93011C is #6CFEE3. Grayscale: #2F2F2F. Windows color (decimal): -7143140 or 1835411. OLE color: 1835411.

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

Color convert

RGB147128-
CMYK00.990.810.42
HSL348.9º98.65%29.02%-
HSV(B)348.9º99.32%57.65%-
XYZ12.256.311.67-
YUV47.73116.87198.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 83.52%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 28 (11.33% from 255) = 15.91%
R=83.52%
G=0.57%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712800.990.810.42348.998.6529.02
Hex9311C063512A15d631d
Octal22313401431215253514335
Binary10010011111100011000111010001101010101011101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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