#B03F3B

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

Shades of Medium Carmine #B03F3B

Tints of Medium Carmine #B03F3B

Color information

#B03F3B (or 0xB03F3B) is unknown color: approx Medium Carmine. HEX triplet: B0, 3F and 3B. RGB value is (176,63,59). Sum of RGB (Red+Green+Blue) = 176+63+59=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03F3B is #4FC0C4. Grayscale: #606060. Windows color (decimal): -5226693 or 3882928. OLE color: 3882928.

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

Color convert

RGB1766359-
CMYK00.640.660.31
HSL2.05º49.79%46.08%-
HSV(B)2.05º66.48%69.02%-
XYZ20.4713.15.59-
YUV96.33106.94184.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.06%
GREEN value IS 63 (25% from 255) = 21.14%
BLUE value IS 59 (23.44% from 255) = 19.80%
R=59.06%
G=21.14%
B=19.80%

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
Decimal176635900.640.660.312.0549.7946.08
HexB03F3B040421F2322e
Octal260777301001023726256
Binary101100001111111110110100000010000101111110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03F3B; }

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

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

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

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

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

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

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

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