#93071C

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

Shades of Carmine #93071C

Tints of Carmine #93071C

Color information

#93071C (or 0x93071C) is unknown color: approx Carmine. HEX triplet: 93, 07 and 1C. RGB value is (147,7,28). Sum of RGB (Red+Green+Blue) = 147+7+28=182 (24% of max value = 765). Red value is 147 (57.81% from 255 or 80.77% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 147 - color contains mainly: red. Hex color #93071C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93071C is #6CF8E3. Grayscale: #333333. Windows color (decimal): -7141604 or 1836947. OLE color: 1836947.

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

Color convert

RGB147728-
CMYK00.950.810.42
HSL351º90.91%30.2%-
HSV(B)351º95.24%57.65%-
XYZ12.326.441.69-
YUV51.25114.88196.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 80.77%
GREEN value IS 7 (3.12% from 255) = 3.85%
BLUE value IS 28 (11.33% from 255) = 15.38%
R=80.77%
G=3.85%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14772800.950.810.4235190.9130.2
Hex9371C05F512A15f5b1e
Octal22373401371215253713336
Binary1001001111111100010111111010001101010101011111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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