#B1382D

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

Shades of Medium Carmine #B1382D

Tints of Medium Carmine #B1382D

Color information

#B1382D (or 0xB1382D) is unknown color: approx Medium Carmine. HEX triplet: B1, 38 and 2D. RGB value is (177,56,45). Sum of RGB (Red+Green+Blue) = 177+56+45=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B1382D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1382D is #4EC7D2. Grayscale: #5B5B5B. Windows color (decimal): -5162963 or 2963633. OLE color: 2963633.

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

Color convert

RGB1775645-
CMYK00.680.750.31
HSL59.46%43.53%-
HSV(B)74.58%69.41%-
XYZ20.0212.363.81-
YUV90.92102.09189.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.67%
GREEN value IS 56 (22.27% from 255) = 20.14%
BLUE value IS 45 (17.97% from 255) = 16.19%
R=63.67%
G=20.14%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177564500.680.750.31559.4643.53
HexB1382D0444B1F53b2c
Octal261705501041133757354
Binary1011000111100010110101000100100101111111101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1382D; }

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

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

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

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

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

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

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

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