#B0413E

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

Shades of Medium Carmine #B0413E

Tints of Medium Carmine #B0413E

Color information

#B0413E (or 0xB0413E) is unknown color: approx Medium Carmine. HEX triplet: B0, 41 and 3E. RGB value is (176,65,62). Sum of RGB (Red+Green+Blue) = 176+65+62=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B0413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0413E is #4FBEC1. Grayscale: #616161. Windows color (decimal): -5226178 or 4080048. OLE color: 4080048.

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

Color convert

RGB1766562-
CMYK00.630.650.31
HSL1.58º47.9%46.67%-
HSV(B)1.58º64.77%69.02%-
XYZ20.6613.366.05-
YUV97.85107.77183.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.09%
GREEN value IS 65 (25.78% from 255) = 21.45%
BLUE value IS 62 (24.61% from 255) = 20.46%
R=58.09%
G=21.45%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176656200.630.650.311.5847.946.67
HexB0413E03F411F2302f
Octal260101760771013726057
Binary101100001000001111110011111110000011111110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0413E; }

 p { color: rgb(176,65,62); }

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

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

 a { background-color: rgb(176,65,62); }

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

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

 span { border-color: rgb(176,65,62); }

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