#B03E38

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

Shades of Medium Carmine #B03E38

Tints of Medium Carmine #B03E38

Color information

#B03E38 (or 0xB03E38) is unknown color: approx Medium Carmine. HEX triplet: B0, 3E and 38. RGB value is (176,62,56). Sum of RGB (Red+Green+Blue) = 176+62+56=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03E38 is #4FC1C7. Grayscale: #5F5F5F. Windows color (decimal): -5226952 or 3686064. OLE color: 3686064.

HSL color Cylindrical-coordinate representation of color #B03E38: hue angle of 3º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B03E38 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1766256-
CMYK00.650.680.31
HSL51.72%45.49%-
HSV(B)68.18%69.02%-
XYZ20.3412.965.17-
YUV95.4105.77185.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.86%
GREEN value IS 62 (24.61% from 255) = 21.09%
BLUE value IS 56 (22.27% from 255) = 19.05%
R=59.86%
G=21.09%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176625600.650.680.31351.7245.49
HexB03E38041441F3342d
Octal260767001011043736455
Binary101100001111101110000100000110001001111111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03E38; }

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

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

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

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

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

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

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

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