#B5463E

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

Shades of Medium Carmine #B5463E

Tints of Medium Carmine #B5463E

Color information

#B5463E (or 0xB5463E) is unknown color: approx Medium Carmine. HEX triplet: B5, 46 and 3E. RGB value is (181,70,62). Sum of RGB (Red+Green+Blue) = 181+70+62=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B5463E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5463E is #4AB9C1. Grayscale: #666666. Windows color (decimal): -4897218 or 4081333. OLE color: 4081333.

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

Color convert

RGB1817062-
CMYK00.610.660.29
HSL4.03º48.97%47.65%-
HSV(B)4.03º65.75%70.98%-
XYZ22.1214.556.2-
YUV102.28105.27184.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.83%
GREEN value IS 70 (27.73% from 255) = 22.36%
BLUE value IS 62 (24.61% from 255) = 19.81%
R=57.83%
G=22.36%
B=19.81%

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
Decimal181706200.610.660.294.0348.9747.65
HexB5463E03D421D43130
Octal265106760751023546160
Binary1011010110001101111100111101100001011101100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5463E; }

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

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

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

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

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

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

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

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