#B53A2E

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

Shades of Medium Carmine #B53A2E

Tints of Medium Carmine #B53A2E

Color information

#B53A2E (or 0xB53A2E) is unknown color: approx Medium Carmine. HEX triplet: B5, 3A and 2E. RGB value is (181,58,46). Sum of RGB (Red+Green+Blue) = 181+58+46=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53A2E is #4AC5D1. Grayscale: #5D5D5D. Windows color (decimal): -4900306 or 3029685. OLE color: 3029685.

HSL color Cylindrical-coordinate representation of color #B53A2E: hue angle of 5.33º 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 #B53A2E is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB1815846-
CMYK00.680.750.29
HSL5.33º59.47%44.51%-
HSV(B)5.33º74.59%70.98%-
XYZ21.0613.053.99-
YUV93.41101.25190.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.51%
GREEN value IS 58 (23.05% from 255) = 20.35%
BLUE value IS 46 (18.36% from 255) = 16.14%
R=63.51%
G=20.35%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181584600.680.750.295.3359.4744.51
HexB53A2E0444B1D53b2d
Octal265725601041133557355
Binary1011010111101010111001000100100101111101101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53A2E; }

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

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

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

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

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

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

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

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