#B53D2E

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

Shades of Medium Carmine #B53D2E

Tints of Medium Carmine #B53D2E

Color information

#B53D2E (or 0xB53D2E) is unknown color: approx Medium Carmine. HEX triplet: B5, 3D and 2E. RGB value is (181,61,46). Sum of RGB (Red+Green+Blue) = 181+61+46=288 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.85% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53D2E is #4AC2D1. Grayscale: #5F5F5F. Windows color (decimal): -4899538 or 3030453. OLE color: 3030453.

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

Color convert

RGB1816146-
CMYK00.660.750.29
HSL6.67º59.47%44.51%-
HSV(B)6.67º74.59%70.98%-
XYZ21.2213.364.04-
YUV95.17100.26189.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 62.85%
GREEN value IS 61 (24.22% from 255) = 21.18%
BLUE value IS 46 (18.36% from 255) = 15.97%
R=62.85%
G=21.18%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181614600.660.750.296.6759.4744.51
HexB53D2E0424B1D73b2d
Octal265755601021133577355
Binary1011010111110110111001000010100101111101111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53D2E; }

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

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

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

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

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

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

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

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