#B1483E

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

Shades of Medium Carmine #B1483E

Tints of Medium Carmine #B1483E

Color information

#B1483E (or 0xB1483E) is unknown color: approx Medium Carmine. HEX triplet: B1, 48 and 3E. RGB value is (177,72,62). Sum of RGB (Red+Green+Blue) = 177+72+62=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B1483E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1483E is #4EB7C1. Grayscale: #666666. Windows color (decimal): -5158850 or 4081841. OLE color: 4081841.

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

Color convert

RGB1777262-
CMYK00.590.650.31
HSL5.22º48.12%46.86%-
HSV(B)5.22º64.97%69.41%-
XYZ21.3214.336.2-
YUV102.25105.29181.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.91%
GREEN value IS 72 (28.52% from 255) = 23.15%
BLUE value IS 62 (24.61% from 255) = 19.94%
R=56.91%
G=23.15%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177726200.590.650.315.2248.1246.86
HexB1483E03B411F5302f
Octal261110760731013756057
Binary1011000110010001111100111011100000111111101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1483E; }

 p { color: rgb(177,72,62); }

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

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

 a { background-color: rgb(177,72,62); }

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

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

 span { border-color: rgb(177,72,62); }

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