#B1392C

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

Shades of Medium Carmine #B1392C

Tints of Medium Carmine #B1392C

Color information

#B1392C (or 0xB1392C) is unknown color: approx Medium Carmine. HEX triplet: B1, 39 and 2C. RGB value is (177,57,44). Sum of RGB (Red+Green+Blue) = 177+57+44=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B1392C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1392C is #4EC6D3. Grayscale: #5B5B5B. Windows color (decimal): -5162708 or 2898353. OLE color: 2898353.

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

Color convert

RGB1775744-
CMYK00.680.750.31
HSL5.86º60.18%43.33%-
HSV(B)5.86º75.14%69.41%-
XYZ20.0512.463.73-
YUV91.4101.26189.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.67%
GREEN value IS 57 (22.66% from 255) = 20.50%
BLUE value IS 44 (17.58% from 255) = 15.83%
R=63.67%
G=20.50%
B=15.83%

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
Decimal177574400.680.750.315.8660.1843.33
HexB1392C0444B1F63c2b
Octal261715401041133767453
Binary1011000111100110110001000100100101111111110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1392C; }

 p { color: rgb(177,57,44); }

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

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

 a { background-color: rgb(177,57,44); }

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

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

 span { border-color: rgb(177,57,44); }

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