#B0443A

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

Shades of Medium Carmine #B0443A

Tints of Medium Carmine #B0443A

Color information

#B0443A (or 0xB0443A) is unknown color: approx Medium Carmine. HEX triplet: B0, 44 and 3A. RGB value is (176,68,58). Sum of RGB (Red+Green+Blue) = 176+68+58=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B0443A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0443A is #4FBBC5. Grayscale: #636363. Windows color (decimal): -5225414 or 3818672. OLE color: 3818672.

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

Color convert

RGB1766858-
CMYK00.610.670.31
HSL5.08º50.43%45.88%-
HSV(B)5.08º67.05%69.02%-
XYZ20.7413.675.55-
YUV99.15104.78182.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.28%
GREEN value IS 68 (26.95% from 255) = 22.52%
BLUE value IS 58 (23.05% from 255) = 19.21%
R=58.28%
G=22.52%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176685800.610.670.315.0850.4345.88
HexB0443A03D431F5322e
Octal260104720751033756256
Binary1011000010001001110100111101100001111111101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0443A; }

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

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

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

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

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

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

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

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