#B0483B

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

Shades of Medium Carmine #B0483B

Tints of Medium Carmine #B0483B

Color information

#B0483B (or 0xB0483B) is unknown color: approx Medium Carmine. HEX triplet: B0, 48 and 3B. RGB value is (176,72,59). Sum of RGB (Red+Green+Blue) = 176+72+59=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B0483B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0483B is #4FB7C4. Grayscale: #656565. Windows color (decimal): -5224389 or 3885232. OLE color: 3885232.

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

Color convert

RGB1767259-
CMYK00.590.660.31
HSL6.67º49.79%46.08%-
HSV(B)6.67º66.48%69.02%-
XYZ21.0114.185.77-
YUV101.61103.96181.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.33%
GREEN value IS 72 (28.52% from 255) = 23.45%
BLUE value IS 59 (23.44% from 255) = 19.22%
R=57.33%
G=23.45%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176725900.590.660.316.6749.7946.08
HexB0483B03B421F7322e
Octal260110730731023776256
Binary1011000010010001110110111011100001011111111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0483B; }

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

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

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

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

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

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

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

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