#93062B

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

Shades of Carmine #93062B

Tints of Carmine #93062B

Color information

#93062B (or 0x93062B) is unknown color: approx Carmine. HEX triplet: 93, 06 and 2B. RGB value is (147,6,43). Sum of RGB (Red+Green+Blue) = 147+6+43=196 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 147 - color contains mainly: red. Hex color #93062B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93062B is #6CF9D4. Grayscale: #343434. Windows color (decimal): -7141845 or 2819731. OLE color: 2819731.

HSL color Cylindrical-coordinate representation of color #93062B: hue angle of 344.26º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93062B is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB147643-
CMYK00.960.710.42
HSL344.26º92.16%30%-
HSV(B)344.26º95.92%57.65%-
XYZ12.536.512.88-
YUV52.38122.71195.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 75%
GREEN value IS 6 (2.73% from 255) = 3.06%
BLUE value IS 43 (17.19% from 255) = 21.94%
R=75%
G=3.06%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14764300.960.710.42344.2692.1630
Hex9362B060472A1585c1e
Octal22365301401075253013436
Binary10010011110101011011000001000111101010101011000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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