#B0443B

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

Shades of Medium Carmine #B0443B

Tints of Medium Carmine #B0443B

Color information

#B0443B (or 0xB0443B) is unknown color: approx Medium Carmine. HEX triplet: B0, 44 and 3B. RGB value is (176,68,59). Sum of RGB (Red+Green+Blue) = 176+68+59=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B0443B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0443B is #4FBBC4. Grayscale: #636363. Windows color (decimal): -5225413 or 3884208. OLE color: 3884208.

HSL color Cylindrical-coordinate representation of color #B0443B: hue angle of 4.62º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0443B is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB1766859-
CMYK00.610.660.31
HSL4.62º49.79%46.08%-
HSV(B)4.62º66.48%69.02%-
XYZ20.7613.685.68-
YUV99.27105.28182.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.09%
GREEN value IS 68 (26.95% from 255) = 22.44%
BLUE value IS 59 (23.44% from 255) = 19.47%
R=58.09%
G=22.44%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176685900.610.660.314.6249.7946.08
HexB0443B03D421F5322e
Octal260104730751023756256
Binary1011000010001001110110111101100001011111101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0443B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0443B; }

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

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

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

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

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

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

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

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