#B5443B

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

Shades of Medium Carmine #B5443B

Tints of Medium Carmine #B5443B

Color information

#B5443B (or 0xB5443B) is unknown color: approx Medium Carmine. HEX triplet: B5, 44 and 3B. RGB value is (181,68,59). Sum of RGB (Red+Green+Blue) = 181+68+59=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B5443B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5443B is #4ABBC4. Grayscale: #646464. Windows color (decimal): -4897733 or 3884213. OLE color: 3884213.

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

Color convert

RGB1816859-
CMYK00.620.670.29
HSL4.43º50.83%47.06%-
HSV(B)4.43º67.4%70.98%-
XYZ21.9114.275.74-
YUV100.76104.44185.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.77%
GREEN value IS 68 (26.95% from 255) = 22.08%
BLUE value IS 59 (23.44% from 255) = 19.16%
R=58.77%
G=22.08%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181685900.620.670.294.4350.8347.06
HexB5443B03E431D4332f
Octal265104730761033546357
Binary1011010110001001110110111110100001111101100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5443B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5443B; }

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

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

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

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

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

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

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

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