#B1443E

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

Shades of Medium Carmine #B1443E

Tints of Medium Carmine #B1443E

Color information

#B1443E (or 0xB1443E) is unknown color: approx Medium Carmine. HEX triplet: B1, 44 and 3E. RGB value is (177,68,62). Sum of RGB (Red+Green+Blue) = 177+68+62=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B1443E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1443E is #4EBBC1. Grayscale: #646464. Windows color (decimal): -5159874 or 4080817. OLE color: 4080817.

HSL color Cylindrical-coordinate representation of color #B1443E: hue angle of 3.13º 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 #B1443E is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB1776862-
CMYK00.620.650.31
HSL3.13º48.12%46.86%-
HSV(B)3.13º64.97%69.41%-
XYZ21.0713.836.12-
YUV99.91106.61182.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.65%
GREEN value IS 68 (26.95% from 255) = 22.15%
BLUE value IS 62 (24.61% from 255) = 20.20%
R=57.65%
G=22.15%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177686200.620.650.313.1348.1246.86
HexB1443E03E411F3302f
Octal261104760761013736057
Binary101100011000100111110011111010000011111111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1443E; }

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

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

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

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

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

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

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

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