#B14538

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

Shades of Medium Carmine #B14538

Tints of Medium Carmine #B14538

Color information

#B14538 (or 0xB14538) is unknown color: approx Medium Carmine. HEX triplet: B1, 45 and 38. RGB value is (177,69,56). Sum of RGB (Red+Green+Blue) = 177+69+56=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B14538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14538 is #4EBAC7. Grayscale: #636363. Windows color (decimal): -5159624 or 3687857. OLE color: 3687857.

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

Color convert

RGB1776956-
CMYK00.610.680.31
HSL6.45º51.93%45.69%-
HSV(B)6.45º68.36%69.41%-
XYZ20.9713.895.32-
YUV99.81103.28183.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.61%
GREEN value IS 69 (27.34% from 255) = 22.85%
BLUE value IS 56 (22.27% from 255) = 18.54%
R=58.61%
G=22.85%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177695600.610.680.316.4551.9345.69
HexB1453803D441F6342e
Octal261105700751043766456
Binary1011000110001011110000111101100010011111110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14538; }

 p { color: rgb(177,69,56); }

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

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

 a { background-color: rgb(177,69,56); }

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

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

 span { border-color: rgb(177,69,56); }

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