#B53A42

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

Shades of Brick Red #B53A42

Tints of Brick Red #B53A42

Color information

#B53A42 (or 0xB53A42) is unknown color: approx Brick Red. HEX triplet: B5, 3A and 42. RGB value is (181,58,66). Sum of RGB (Red+Green+Blue) = 181+58+66=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53A42 is #4AC5BD. Grayscale: #5F5F5F. Windows color (decimal): -4900286 or 4340405. OLE color: 4340405.

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

Color convert

RGB1815866-
CMYK00.680.640.29
HSL356.1º51.46%46.86%-
HSV(B)356.1º67.96%70.98%-
XYZ21.5513.246.57-
YUV95.69111.25188.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.34%
GREEN value IS 58 (23.05% from 255) = 19.02%
BLUE value IS 66 (26.17% from 255) = 21.64%
R=59.34%
G=19.02%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181586600.680.640.29356.151.4646.86
HexB53A42044401D164332f
Octal265721020104100355446357
Binary10110101111010100001001000100100000011101101100100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53A42; }

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

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

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

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

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

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

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

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