#B5493B

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

Shades of Medium Carmine #B5493B

Tints of Medium Carmine #B5493B

Color information

#B5493B (or 0xB5493B) is unknown color: approx Medium Carmine. HEX triplet: B5, 49 and 3B. RGB value is (181,73,59). Sum of RGB (Red+Green+Blue) = 181+73+59=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B5493B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5493B is #4AB6C4. Grayscale: #676767. Windows color (decimal): -4896453 or 3885493. OLE color: 3885493.

HSL color Cylindrical-coordinate representation of color #B5493B: hue angle of 6.89º 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 #B5493B is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB1817359-
CMYK00.600.670.29
HSL6.89º50.83%47.06%-
HSV(B)6.89º67.4%70.98%-
XYZ22.2314.95.84-
YUV103.7102.78183.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.83%
GREEN value IS 73 (28.91% from 255) = 23.32%
BLUE value IS 59 (23.44% from 255) = 18.85%
R=57.83%
G=23.32%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181735900.600.670.296.8950.8347.06
HexB5493B03C431D7332f
Octal265111730741033576357
Binary1011010110010011110110111100100001111101111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5493B; }

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

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

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

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

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

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

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

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