#B5463B

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

Shades of Medium Carmine #B5463B

Tints of Medium Carmine #B5463B

Color information

#B5463B (or 0xB5463B) is unknown color: approx Medium Carmine. HEX triplet: B5, 46 and 3B. RGB value is (181,70,59). Sum of RGB (Red+Green+Blue) = 181+70+59=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B5463B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5463B is #4AB9C4. Grayscale: #666666. Windows color (decimal): -4897221 or 3884725. OLE color: 3884725.

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

Color convert

RGB1817059-
CMYK00.610.670.29
HSL5.41º50.83%47.06%-
HSV(B)5.41º67.4%70.98%-
XYZ22.0414.525.78-
YUV101.94103.77184.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.39%
GREEN value IS 70 (27.73% from 255) = 22.58%
BLUE value IS 59 (23.44% from 255) = 19.03%
R=58.39%
G=22.58%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181705900.610.670.295.4150.8347.06
HexB5463B03D431D5332f
Octal265106730751033556357
Binary1011010110001101110110111101100001111101101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5463B; }

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

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

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

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

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

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

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

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