#93001E

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

Shades of Carmine #93001E

Tints of Carmine #93001E

Color information

#93001E (or 0x93001E) is unknown color: approx Carmine. HEX triplet: 93, 00 and 1E. RGB value is (147,0,30). Sum of RGB (Red+Green+Blue) = 147+0+30=177 (23% of max value = 765). Red value is 147 (57.81% from 255 or 83.05% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 147 - color contains mainly: red. Hex color #93001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93001E is #6CFFE1. Grayscale: #2F2F2F. Windows color (decimal): -7143394 or 1966227. OLE color: 1966227.

HSL color Cylindrical-coordinate representation of color #93001E: hue angle of 347.76º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93001E is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB147030-
CMYK010.800.42
HSL347.76º100%28.82%-
HSV(B)347.76º100%57.65%-
XYZ12.276.31.8-
YUV47.37118.2199.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 83.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 16.95%
R=83.05%
G=0%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147030010.800.42347.7610028.82
Hex9301E064502A15c641d
Octal22303601441205253414435
Binary10010011011110011001001010000101010101011100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93001E; }

 p { color: rgb(147,0,30); }

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

<style>
 a { background-color: #93001E; }

 a { background-color: rgb(147,0,30); }

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

<style>
 span { border-color: #93001E; }

 span { border-color: rgb(147,0,30); }

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