#B04238

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

Shades of Medium Carmine #B04238

Tints of Medium Carmine #B04238

Color information

#B04238 (or 0xB04238) is unknown color: approx Medium Carmine. HEX triplet: B0, 42 and 38. RGB value is (176,66,56). Sum of RGB (Red+Green+Blue) = 176+66+56=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B04238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04238 is #4FBDC7. Grayscale: #616161. Windows color (decimal): -5225928 or 3687088. OLE color: 3687088.

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

Color convert

RGB1766656-
CMYK00.620.680.31
HSL51.72%45.49%-
HSV(B)68.18%69.02%-
XYZ20.5713.415.25-
YUV97.75104.44183.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.06%
GREEN value IS 66 (26.17% from 255) = 22.15%
BLUE value IS 56 (22.27% from 255) = 18.79%
R=59.06%
G=22.15%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176665600.620.680.31551.7245.49
HexB0423803E441F5342d
Octal260102700761043756455
Binary1011000010000101110000111110100010011111101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04238; }

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

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

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

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

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

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

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

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