#B0463B

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

Shades of Medium Carmine #B0463B

Tints of Medium Carmine #B0463B

Color information

#B0463B (or 0xB0463B) is unknown color: approx Medium Carmine. HEX triplet: B0, 46 and 3B. RGB value is (176,70,59). Sum of RGB (Red+Green+Blue) = 176+70+59=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B0463B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0463B is #4FB9C4. Grayscale: #646464. Windows color (decimal): -5224901 or 3884720. OLE color: 3884720.

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

Color convert

RGB1767059-
CMYK00.600.660.31
HSL5.64º49.79%46.08%-
HSV(B)5.64º66.48%69.02%-
XYZ20.8813.935.72-
YUV100.44104.62181.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.70%
GREEN value IS 70 (27.73% from 255) = 22.95%
BLUE value IS 59 (23.44% from 255) = 19.34%
R=57.70%
G=22.95%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176705900.600.660.315.6449.7946.08
HexB0463B03C421F6322e
Octal260106730741023766256
Binary1011000010001101110110111100100001011111110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0463B; }

 p { color: rgb(176,70,59); }

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

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

 a { background-color: rgb(176,70,59); }

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

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

 span { border-color: rgb(176,70,59); }

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