#B3413C

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

Shades of Medium Carmine #B3413C

Tints of Medium Carmine #B3413C

Color information

#B3413C (or 0xB3413C) is unknown color: approx Medium Carmine. HEX triplet: B3, 41 and 3C. RGB value is (179,65,60). Sum of RGB (Red+Green+Blue) = 179+65+60=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B3413C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3413C is #4CBEC3. Grayscale: #626262. Windows color (decimal): -5029572 or 3948979. OLE color: 3948979.

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

Color convert

RGB1796560-
CMYK00.640.660.30
HSL2.52º49.79%46.86%-
HSV(B)2.52º66.48%70.2%-
XYZ21.313.695.8-
YUV98.52106.27185.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.88%
GREEN value IS 65 (25.78% from 255) = 21.38%
BLUE value IS 60 (23.83% from 255) = 19.74%
R=58.88%
G=21.38%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179656000.640.660.302.5249.7946.86
HexB3413C040421E3322f
Octal2631017401001023636257
Binary1011001110000011111000100000010000101111011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3413C; }

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

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

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

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

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

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

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

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