#b04838

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

Shades of Medium Carmine #B04838

Tints of Medium Carmine #B04838

Color information

#B04838 (or 0xB04838) is unknown color: approx Medium Carmine. HEX triplet: B0, 48 and 38. RGB value is (176,72,56). Sum of RGB (Red+Green+Blue) = 176+72+56=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B04838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04838 is #4FB7C7. Grayscale: #656565. Windows color (decimal): -5224392 or 3688624. OLE color: 3688624.

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

Color convert

RGB1767256-
CMYK00.590.680.31
HSL51.72%45.49%-
HSV(B)68.18%69.02%-
XYZ20.9414.155.37-
YUV101.27102.46181.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.89%
GREEN value IS 72 (28.52% from 255) = 23.68%
BLUE value IS 56 (22.27% from 255) = 18.42%
R=57.89%
G=23.68%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176725600.590.680.31851.7245.49
HexB0483803B441F8342d
Octal2601107007310437106455
Binary10110000100100011100001110111000100111111000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b04838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b04838; }

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

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

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

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

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

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

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

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