#B0483D

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

Shades of Medium Carmine #B0483D

Tints of Medium Carmine #B0483D

Color information

#B0483D (or 0xB0483D) is unknown color: approx Medium Carmine. HEX triplet: B0, 48 and 3D. RGB value is (176,72,61). Sum of RGB (Red+Green+Blue) = 176+72+61=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B0483D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0483D is #4FB7C2. Grayscale: #656565. Windows color (decimal): -5224387 or 4016304. OLE color: 4016304.

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

Color convert

RGB1767261-
CMYK00.590.650.31
HSL5.74º48.52%46.47%-
HSV(B)5.74º65.34%69.02%-
XYZ21.0614.26.05-
YUV101.84104.96180.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.96%
GREEN value IS 72 (28.52% from 255) = 23.30%
BLUE value IS 61 (24.22% from 255) = 19.74%
R=56.96%
G=23.30%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176726100.590.650.315.7448.5246.47
HexB0483D03B411F6312e
Octal260110750731013766156
Binary1011000010010001111010111011100000111111110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0483D; }

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

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

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

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

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

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

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

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