#B03F2B

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

Shades of Medium Carmine #B03F2B

Tints of Medium Carmine #B03F2B

Color information

#B03F2B (or 0xB03F2B) is unknown color: approx Medium Carmine. HEX triplet: B0, 3F and 2B. RGB value is (176,63,43). Sum of RGB (Red+Green+Blue) = 176+63+43=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03F2B is #4FC0D4. Grayscale: #5E5E5E. Windows color (decimal): -5226709 or 2834352. OLE color: 2834352.

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

Color convert

RGB1766343-
CMYK00.640.760.31
HSL9.02º60.73%42.94%-
HSV(B)9.02º75.57%69.02%-
XYZ20.1212.963.73-
YUV94.5198.94186.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 62.41%
GREEN value IS 63 (25% from 255) = 22.34%
BLUE value IS 43 (17.19% from 255) = 15.25%
R=62.41%
G=22.34%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176634300.640.760.319.0260.7342.94
HexB03F2B0404C1F93d2b
Octal2607753010011437117553
Binary10110000111111101011010000001001100111111001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03F2B; }

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

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

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

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

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

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

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

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