#B1443A

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

Shades of Medium Carmine #B1443A

Tints of Medium Carmine #B1443A

Color information

#B1443A (or 0xB1443A) is unknown color: approx Medium Carmine. HEX triplet: B1, 44 and 3A. RGB value is (177,68,58). Sum of RGB (Red+Green+Blue) = 177+68+58=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B1443A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1443A is #4EBBC5. Grayscale: #636363. Windows color (decimal): -5159878 or 3818673. OLE color: 3818673.

HSL color Cylindrical-coordinate representation of color #B1443A: hue angle of 5.04º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1443A is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB1776858-
CMYK00.620.670.31
HSL5.04º50.64%46.08%-
HSV(B)5.04º67.23%69.41%-
XYZ20.9613.795.56-
YUV99.45104.61183.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.42%
GREEN value IS 68 (26.95% from 255) = 22.44%
BLUE value IS 58 (23.05% from 255) = 19.14%
R=58.42%
G=22.44%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177685800.620.670.315.0450.6446.08
HexB1443A03E431F5332e
Octal261104720761033756356
Binary1011000110001001110100111110100001111111101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1443A; }

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

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

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

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

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

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

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

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