#B53C41

Color #B53C41 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #B53C41

Tints of Brick Red #B53C41

Color information

#B53C41 (or 0xB53C41) is unknown color: approx Brick Red. HEX triplet: B5, 3C and 41. RGB value is (181,60,65). Sum of RGB (Red+Green+Blue) = 181+60+65=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53C41 is #4AC3BE. Grayscale: #606060. Windows color (decimal): -4899775 or 4275381. OLE color: 4275381.

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

Color convert

RGB1816065-
CMYK00.670.640.29
HSL357.52º50.21%47.25%-
HSV(B)357.52º66.85%70.98%-
XYZ21.6313.446.45-
YUV96.75110.09188.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.15%
GREEN value IS 60 (23.83% from 255) = 19.61%
BLUE value IS 65 (25.78% from 255) = 21.24%
R=59.15%
G=19.61%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181606500.670.640.29357.5250.2147.25
HexB53C41043401D166322f
Octal265741010103100355466257
Binary10110101111100100000101000011100000011101101100110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53C41; }

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

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

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

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

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

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

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

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