#93082D

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

Shades of Carmine #93082D

Tints of Carmine #93082D

Color information

#93082D (or 0x93082D) is unknown color: approx Carmine. HEX triplet: 93, 08 and 2D. RGB value is (147,8,45). Sum of RGB (Red+Green+Blue) = 147+8+45=200 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 147 - color contains mainly: red. Hex color #93082D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93082D is #6CF7D2. Grayscale: #353535. Windows color (decimal): -7141331 or 2951315. OLE color: 2951315.

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

Color convert

RGB147845-
CMYK00.950.690.42
HSL344.03º89.68%30.39%-
HSV(B)344.03º94.56%57.65%-
XYZ12.596.573.09-
YUV53.78123.05194.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 73.5%
GREEN value IS 8 (3.52% from 255) = 4%
BLUE value IS 45 (17.97% from 255) = 22.5%
R=73.5%
G=4%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14784500.950.690.42344.0389.6830.39
Hex9382D05F452A1585a1e
Octal223105501371055253013236
Binary100100111000101101010111111000101101010101011000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93082D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,8,45); }

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

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

 a { background-color: rgb(147,8,45); }

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

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

 span { border-color: rgb(147,8,45); }

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