#B4493B

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

Shades of Medium Carmine #B4493B

Tints of Medium Carmine #B4493B

Color information

#B4493B (or 0xB4493B) is unknown color: approx Medium Carmine. HEX triplet: B4, 49 and 3B. RGB value is (180,73,59). Sum of RGB (Red+Green+Blue) = 180+73+59=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B4493B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4493B is #4BB6C4. Grayscale: #676767. Windows color (decimal): -4961989 or 3885492. OLE color: 3885492.

HSL color Cylindrical-coordinate representation of color #B4493B: hue angle of 6.94º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4493B is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB1807359-
CMYK00.590.670.29
HSL6.94º50.63%46.86%-
HSV(B)6.94º67.22%70.59%-
XYZ21.9914.785.83-
YUV103.4102.95182.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.69%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 59 (23.44% from 255) = 18.91%
R=57.69%
G=23.40%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180735900.590.670.296.9450.6346.86
HexB4493B03B431D7332f
Octal264111730731033576357
Binary1011010010010011110110111011100001111101111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4493B; }

 p { color: rgb(180,73,59); }

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

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

 a { background-color: rgb(180,73,59); }

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

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

 span { border-color: rgb(180,73,59); }

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