#B5443A

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

Shades of Medium Carmine #B5443A

Tints of Medium Carmine #B5443A

Color information

#B5443A (or 0xB5443A) is unknown color: approx Medium Carmine. HEX triplet: B5, 44 and 3A. RGB value is (181,68,58). Sum of RGB (Red+Green+Blue) = 181+68+58=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B5443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5443A is #4ABBC5. Grayscale: #646464. Windows color (decimal): -4897734 or 3818677. OLE color: 3818677.

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

Color convert

RGB1816858-
CMYK00.620.680.29
HSL4.88º51.46%46.86%-
HSV(B)4.88º67.96%70.98%-
XYZ21.8914.265.6-
YUV100.65103.94185.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.96%
GREEN value IS 68 (26.95% from 255) = 22.15%
BLUE value IS 58 (23.05% from 255) = 18.89%
R=58.96%
G=22.15%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181685800.620.680.294.8851.4646.86
HexB5443A03E441D5332f
Octal265104720761043556357
Binary1011010110001001110100111110100010011101101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5443A; }

 p { color: rgb(181,68,58); }

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

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

 a { background-color: rgb(181,68,58); }

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

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

 span { border-color: rgb(181,68,58); }

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