#B0453E

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

Shades of Medium Carmine #B0453E

Tints of Medium Carmine #B0453E

Color information

#B0453E (or 0xB0453E) is unknown color: approx Medium Carmine. HEX triplet: B0, 45 and 3E. RGB value is (176,69,62). Sum of RGB (Red+Green+Blue) = 176+69+62=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B0453E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0453E is #4FBAC1. Grayscale: #646464. Windows color (decimal): -5225154 or 4081072. OLE color: 4081072.

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

Color convert

RGB1766962-
CMYK00.610.650.31
HSL3.68º47.9%46.67%-
HSV(B)3.68º64.77%69.02%-
XYZ20.913.836.13-
YUV100.2106.45182.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.33%
GREEN value IS 69 (27.34% from 255) = 22.48%
BLUE value IS 62 (24.61% from 255) = 20.20%
R=57.33%
G=22.48%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176696200.610.650.313.6847.946.67
HexB0453E03D411F4302f
Octal260105760751013746057
Binary1011000010001011111100111101100000111111100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0453E; }

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

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

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

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

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

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

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

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