#B1413D

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

Shades of Medium Carmine #B1413D

Tints of Medium Carmine #B1413D

Color information

#B1413D (or 0xB1413D) is unknown color: approx Medium Carmine. HEX triplet: B1, 41 and 3D. RGB value is (177,65,61). Sum of RGB (Red+Green+Blue) = 177+65+61=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B1413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1413D is #4EBEC2. Grayscale: #626262. Windows color (decimal): -5160643 or 4014513. OLE color: 4014513.

HSL color Cylindrical-coordinate representation of color #B1413D: hue angle of 2.07º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1413D is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB1776561-
CMYK00.630.660.31
HSL2.07º48.74%46.67%-
HSV(B)2.07º65.54%69.41%-
XYZ20.8613.465.91-
YUV98.03107.11184.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.42%
GREEN value IS 65 (25.78% from 255) = 21.45%
BLUE value IS 61 (24.22% from 255) = 20.13%
R=58.42%
G=21.45%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177656100.630.660.312.0748.7446.67
HexB1413D03F421F2312f
Octal261101750771023726157
Binary101100011000001111101011111110000101111110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1413D; }

 p { color: rgb(177,65,61); }

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

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

 a { background-color: rgb(177,65,61); }

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

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

 span { border-color: rgb(177,65,61); }

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