#B1403A

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

Shades of Medium Carmine #B1403A

Tints of Medium Carmine #B1403A

Color information

#B1403A (or 0xB1403A) is unknown color: approx Medium Carmine. HEX triplet: B1, 40 and 3A. RGB value is (177,64,58). Sum of RGB (Red+Green+Blue) = 177+64+58=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B1403A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1403A is #4EBFC5. Grayscale: #616161. Windows color (decimal): -5160902 or 3817649. OLE color: 3817649.

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

Color convert

RGB1776458-
CMYK00.640.670.31
HSL3.03º50.64%46.08%-
HSV(B)3.03º67.23%69.41%-
XYZ20.7313.325.48-
YUV97.1105.94184.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.20%
GREEN value IS 64 (25.39% from 255) = 21.40%
BLUE value IS 58 (23.05% from 255) = 19.40%
R=59.20%
G=21.40%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177645800.640.670.313.0350.6446.08
HexB1403A040431F3332e
Octal2611007201001033736356
Binary1011000110000001110100100000010000111111111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1403A; }

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

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

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

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

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

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

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

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