#B2493E

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

Shades of Medium Carmine #B2493E

Tints of Medium Carmine #B2493E

Color information

#B2493E (or 0xB2493E) is unknown color: approx Medium Carmine. HEX triplet: B2, 49 and 3E. RGB value is (178,73,62). Sum of RGB (Red+Green+Blue) = 178+73+62=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B2493E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2493E is #4DB6C1. Grayscale: #676767. Windows color (decimal): -5093058 or 4082098. OLE color: 4082098.

HSL color Cylindrical-coordinate representation of color #B2493E: hue angle of 5.69º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2493E is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB1787362-
CMYK00.590.650.30
HSL5.69º48.33%47.06%-
HSV(B)5.69º65.17%69.8%-
XYZ21.6114.586.23-
YUV103.14104.79181.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.87%
GREEN value IS 73 (28.91% from 255) = 23.32%
BLUE value IS 62 (24.61% from 255) = 19.81%
R=56.87%
G=23.32%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178736200.590.650.305.6948.3347.06
HexB2493E03B411E6302f
Octal262111760731013666057
Binary1011001010010011111100111011100000111110110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2493E; }

 p { color: rgb(178,73,62); }

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

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

 a { background-color: rgb(178,73,62); }

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

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

 span { border-color: rgb(178,73,62); }

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