#B53B42

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

Shades of Brick Red #B53B42

Tints of Brick Red #B53B42

Color information

#B53B42 (or 0xB53B42) is unknown color: approx Brick Red. HEX triplet: B5, 3B and 42. RGB value is (181,59,66). Sum of RGB (Red+Green+Blue) = 181+59+66=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53B42 is #4AC4BD. Grayscale: #606060. Windows color (decimal): -4900030 or 4340661. OLE color: 4340661.

HSL color Cylindrical-coordinate representation of color #B53B42: hue angle of 356.56º degrees, saturation: 0.51, 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 #B53B42 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB1815966-
CMYK00.670.640.29
HSL356.56º50.83%47.06%-
HSV(B)356.56º67.4%70.98%-
XYZ21.613.356.59-
YUV96.28110.92188.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.15%
GREEN value IS 59 (23.44% from 255) = 19.28%
BLUE value IS 66 (26.17% from 255) = 21.57%
R=59.15%
G=19.28%
B=21.57%

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
Decimal181596600.670.640.29356.5650.8347.06
HexB53B42043401D165332f
Octal265731020103100355456357
Binary10110101111011100001001000011100000011101101100101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53B42; }

 p { color: rgb(181,59,66); }

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

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

 a { background-color: rgb(181,59,66); }

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

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

 span { border-color: rgb(181,59,66); }

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