#B1342B

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

Shades of Medium Carmine #B1342B

Tints of Medium Carmine #B1342B

Color information

#B1342B (or 0xB1342B) is unknown color: approx Medium Carmine. HEX triplet: B1, 34 and 2B. RGB value is (177,52,43). Sum of RGB (Red+Green+Blue) = 177+52+43=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B1342B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1342B is #4ECBD4. Grayscale: #585858. Windows color (decimal): -5163989 or 2831537. OLE color: 2831537.

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

Color convert

RGB1775243-
CMYK00.710.760.31
HSL4.03º60.91%43.14%-
HSV(B)4.03º75.71%69.41%-
XYZ19.811.983.55-
YUV88.35102.41191.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.07%
GREEN value IS 52 (20.70% from 255) = 19.12%
BLUE value IS 43 (17.19% from 255) = 15.81%
R=65.07%
G=19.12%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177524300.710.760.314.0360.9143.14
HexB1342B0474C1F43d2b
Octal261645301071143747553
Binary1011000111010010101101000111100110011111100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1342B; }

 p { color: rgb(177,52,43); }

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

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

 a { background-color: rgb(177,52,43); }

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

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

 span { border-color: rgb(177,52,43); }

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