#B0403B

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

Shades of Medium Carmine #B0403B

Tints of Medium Carmine #B0403B

Color information

#B0403B (or 0xB0403B) is unknown color: approx Medium Carmine. HEX triplet: B0, 40 and 3B. RGB value is (176,64,59). Sum of RGB (Red+Green+Blue) = 176+64+59=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B0403B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0403B is #4FBFC4. Grayscale: #616161. Windows color (decimal): -5226437 or 3883184. OLE color: 3883184.

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

Color convert

RGB1766459-
CMYK00.640.660.31
HSL2.56º49.79%46.08%-
HSV(B)2.56º66.48%69.02%-
XYZ20.5313.215.61-
YUV96.92106.61184.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.86%
GREEN value IS 64 (25.39% from 255) = 21.40%
BLUE value IS 59 (23.44% from 255) = 19.73%
R=58.86%
G=21.40%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176645900.640.660.312.5649.7946.08
HexB0403B040421F3322e
Octal2601007301001023736256
Binary1011000010000001110110100000010000101111111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0403B; }

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

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

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

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

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

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

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

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