#B53D42

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

Shades of Brick Red #B53D42

Tints of Brick Red #B53D42

Color information

#B53D42 (or 0xB53D42) is unknown color: approx Brick Red. HEX triplet: B5, 3D and 42. RGB value is (181,61,66). Sum of RGB (Red+Green+Blue) = 181+61+66=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53D42 is #4AC2BD. Grayscale: #616161. Windows color (decimal): -4899518 or 4341173. OLE color: 4341173.

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

Color convert

RGB1816166-
CMYK00.660.640.29
HSL357.5º49.59%47.45%-
HSV(B)357.5º66.3%70.98%-
XYZ21.7113.556.63-
YUV97.45110.26187.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.77%
GREEN value IS 61 (24.22% from 255) = 19.81%
BLUE value IS 66 (26.17% from 255) = 21.43%
R=58.77%
G=19.81%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181616600.660.640.29357.549.5947.45
HexB53D42042401D166322f
Octal265751020102100355466257
Binary10110101111101100001001000010100000011101101100110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53D42; }

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

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

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

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

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

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

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

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