#B94438

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

Shades of Medium Carmine #B94438

Tints of Medium Carmine #B94438

Color information

#B94438 (or 0xB94438) is unknown color: approx Medium Carmine. HEX triplet: B9, 44 and 38. RGB value is (185,68,56). Sum of RGB (Red+Green+Blue) = 185+68+56=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B94438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94438 is #46BBC7. Grayscale: #656565. Windows color (decimal): -4635592 or 3687609. OLE color: 3687609.

HSL color Cylindrical-coordinate representation of color #B94438: hue angle of 5.58º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B94438 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB1856856-
CMYK00.630.700.27
HSL5.58º53.53%47.25%-
HSV(B)5.58º69.73%72.55%-
XYZ22.7914.735.38-
YUV101.62102.26187.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.87%
GREEN value IS 68 (26.95% from 255) = 22.01%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=59.87%
G=22.01%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185685600.630.700.275.5853.5347.25
HexB9443803F461B6362f
Octal271104700771063366657
Binary1011100110001001110000111111100011011011110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94438; }

 p { color: rgb(185,68,56); }

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

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

 a { background-color: rgb(185,68,56); }

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

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

 span { border-color: rgb(185,68,56); }

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