#B5413D

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

Shades of Medium Carmine #B5413D

Tints of Medium Carmine #B5413D

Color information

#B5413D (or 0xB5413D) is unknown color: approx Medium Carmine. HEX triplet: B5, 41 and 3D. RGB value is (181,65,61). Sum of RGB (Red+Green+Blue) = 181+65+61=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B5413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5413D is #4ABEC2. Grayscale: #636363. Windows color (decimal): -4898499 or 4014517. OLE color: 4014517.

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

Color convert

RGB1816561-
CMYK00.640.660.29
HSL49.59%47.45%-
HSV(B)66.3%70.98%-
XYZ21.7913.945.96-
YUV99.23106.43186.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.96%
GREEN value IS 65 (25.78% from 255) = 21.17%
BLUE value IS 61 (24.22% from 255) = 19.87%
R=58.96%
G=21.17%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181656100.640.660.29249.5947.45
HexB5413D040421D2322f
Octal2651017501001023526257
Binary1011010110000011111010100000010000101110110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5413D; }

 p { color: rgb(181,65,61); }

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

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

 a { background-color: rgb(181,65,61); }

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

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

 span { border-color: rgb(181,65,61); }

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