#B3493A

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

Shades of Medium Carmine #B3493A

Tints of Medium Carmine #B3493A

Color information

#B3493A (or 0xB3493A) is unknown color: approx Medium Carmine. HEX triplet: B3, 49 and 3A. RGB value is (179,73,58). Sum of RGB (Red+Green+Blue) = 179+73+58=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B3493A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3493A is #4CB6C5. Grayscale: #676767. Windows color (decimal): -5027526 or 3819955. OLE color: 3819955.

HSL color Cylindrical-coordinate representation of color #B3493A: hue angle of 7.44º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B3493A is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB1797358-
CMYK00.590.680.30
HSL7.44º51.05%46.47%-
HSV(B)7.44º67.6%70.2%-
XYZ21.7414.655.69-
YUV102.98102.62182.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.74%
GREEN value IS 73 (28.91% from 255) = 23.55%
BLUE value IS 58 (23.05% from 255) = 18.71%
R=57.74%
G=23.55%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179735800.590.680.307.4451.0546.47
HexB3493A03B441E7332e
Octal263111720731043676356
Binary1011001110010011110100111011100010011110111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3493A; }

 p { color: rgb(179,73,58); }

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

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

 a { background-color: rgb(179,73,58); }

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

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

 span { border-color: rgb(179,73,58); }

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