#93011F

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

Shades of Carmine #93011F

Tints of Carmine #93011F

Color information

#93011F (or 0x93011F) is unknown color: approx Carmine. HEX triplet: 93, 01 and 1F. RGB value is (147,1,31). Sum of RGB (Red+Green+Blue) = 147+1+31=179 (23% of max value = 765). Red value is 147 (57.81% from 255 or 82.12% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 147 - color contains mainly: red. Hex color #93011F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93011F is #6CFEE0. Grayscale: #303030. Windows color (decimal): -7143137 or 2032019. OLE color: 2032019.

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

Color convert

RGB147131-
CMYK00.990.790.42
HSL347.67º98.65%29.02%-
HSV(B)347.67º99.32%57.65%-
XYZ12.296.321.87-
YUV48.07118.37198.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 82.12%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 31 (12.5% from 255) = 17.32%
R=82.12%
G=0.56%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713100.990.790.42347.6798.6529.02
Hex9311F0634F2A15c631d
Octal22313701431175253414335
Binary10010011111111011000111001111101010101011100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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