#B03E3B

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

Shades of Medium Carmine #B03E3B

Tints of Medium Carmine #B03E3B

Color information

#B03E3B (or 0xB03E3B) is unknown color: approx Medium Carmine. HEX triplet: B0, 3E and 3B. RGB value is (176,62,59). Sum of RGB (Red+Green+Blue) = 176+62+59=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03E3B is #4FC1C4. Grayscale: #5F5F5F. Windows color (decimal): -5226949 or 3882672. OLE color: 3882672.

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

Color convert

RGB1766259-
CMYK00.650.660.31
HSL1.54º49.79%46.08%-
HSV(B)1.54º66.48%69.02%-
XYZ20.4212.995.57-
YUV95.74107.27185.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.26%
GREEN value IS 62 (24.61% from 255) = 20.88%
BLUE value IS 59 (23.44% from 255) = 19.87%
R=59.26%
G=20.88%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176625900.650.660.311.5449.7946.08
HexB03E3B041421F2322e
Octal260767301011023726256
Binary101100001111101110110100000110000101111110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03E3B; }

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

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

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

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

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

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

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

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