#B3483C

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

Shades of Medium Carmine #B3483C

Tints of Medium Carmine #B3483C

Color information

#B3483C (or 0xB3483C) is unknown color: approx Medium Carmine. HEX triplet: B3, 48 and 3C. RGB value is (179,72,60). Sum of RGB (Red+Green+Blue) = 179+72+60=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B3483C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3483C is #4CB7C3. Grayscale: #666666. Windows color (decimal): -5027780 or 3950771. OLE color: 3950771.

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

Color convert

RGB1797260-
CMYK00.600.660.30
HSL6.05º49.79%46.86%-
HSV(B)6.05º66.48%70.2%-
XYZ21.7214.545.94-
YUV102.62103.95182.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.56%
GREEN value IS 72 (28.52% from 255) = 23.15%
BLUE value IS 60 (23.83% from 255) = 19.29%
R=57.56%
G=23.15%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179726000.600.660.306.0549.7946.86
HexB3483C03C421E6322f
Octal263110740741023666257
Binary1011001110010001111000111100100001011110110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3483C; }

 p { color: rgb(179,72,60); }

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

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

 a { background-color: rgb(179,72,60); }

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

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

 span { border-color: rgb(179,72,60); }

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