#B5473E

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

Shades of Medium Carmine #B5473E

Tints of Medium Carmine #B5473E

Color information

#B5473E (or 0xB5473E) is unknown color: approx Medium Carmine. HEX triplet: B5, 47 and 3E. RGB value is (181,71,62). Sum of RGB (Red+Green+Blue) = 181+71+62=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B5473E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5473E is #4AB8C1. Grayscale: #676767. Windows color (decimal): -4896962 or 4081589. OLE color: 4081589.

HSL color Cylindrical-coordinate representation of color #B5473E: hue angle of 4.54º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5473E is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB1817162-
CMYK00.610.660.29
HSL4.54º48.97%47.65%-
HSV(B)4.54º65.75%70.98%-
XYZ22.1814.686.22-
YUV102.86104.94183.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.64%
GREEN value IS 71 (28.12% from 255) = 22.61%
BLUE value IS 62 (24.61% from 255) = 19.75%
R=57.64%
G=22.61%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181716200.610.660.294.5448.9747.65
HexB5473E03D421D53130
Octal265107760751023556160
Binary1011010110001111111100111101100001011101101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5473E; }

 p { color: rgb(181,71,62); }

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

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

 a { background-color: rgb(181,71,62); }

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

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

 span { border-color: rgb(181,71,62); }

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