#93072B

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

Shades of Carmine #93072B

Tints of Carmine #93072B

Color information

#93072B (or 0x93072B) is unknown color: approx Carmine. HEX triplet: 93, 07 and 2B. RGB value is (147,7,43). Sum of RGB (Red+Green+Blue) = 147+7+43=197 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.62% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 147 - color contains mainly: red. Hex color #93072B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93072B is #6CF8D4. Grayscale: #343434. Windows color (decimal): -7141589 or 2819987. OLE color: 2819987.

HSL color Cylindrical-coordinate representation of color #93072B: hue angle of 344.57º 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 #93072B is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB147743-
CMYK00.950.710.42
HSL344.57º90.91%30.2%-
HSV(B)344.57º95.24%57.65%-
XYZ12.546.532.88-
YUV52.96122.38195.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 74.62%
GREEN value IS 7 (3.12% from 255) = 3.55%
BLUE value IS 43 (17.19% from 255) = 21.83%
R=74.62%
G=3.55%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14774300.950.710.42344.5790.9130.2
Hex9372B05F472A1595b1e
Octal22375301371075253113336
Binary10010011111101011010111111000111101010101011001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93072B; }

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

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

<style>
 a { background-color: #93072B; }

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

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

<style>
 span { border-color: #93072B; }

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

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