#B04638

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

Shades of Medium Carmine #B04638

Tints of Medium Carmine #B04638

Color information

#B04638 (or 0xB04638) is unknown color: approx Medium Carmine. HEX triplet: B0, 46 and 38. RGB value is (176,70,56). Sum of RGB (Red+Green+Blue) = 176+70+56=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B04638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04638 is #4FB9C7. Grayscale: #646464. Windows color (decimal): -5224904 or 3688112. OLE color: 3688112.

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

Color convert

RGB1767056-
CMYK00.600.680.31
HSL51.72%45.49%-
HSV(B)68.18%69.02%-
XYZ20.8113.95.33-
YUV100.1103.12182.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.28%
GREEN value IS 70 (27.73% from 255) = 23.18%
BLUE value IS 56 (22.27% from 255) = 18.54%
R=58.28%
G=23.18%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176705600.600.680.31751.7245.49
HexB0463803C441F7342d
Octal260106700741043776455
Binary1011000010001101110000111100100010011111111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04638; }

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

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

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

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

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

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

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

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