#B53A3E

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

Shades of Brick Red #B53A3E

Tints of Brick Red #B53A3E

Color information

#B53A3E (or 0xB53A3E) is unknown color: approx Brick Red. HEX triplet: B5, 3A and 3E. RGB value is (181,58,62). Sum of RGB (Red+Green+Blue) = 181+58+62=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53A3E is #4AC5C1. Grayscale: #5F5F5F. Windows color (decimal): -4900290 or 4078261. OLE color: 4078261.

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

Color convert

RGB1815862-
CMYK00.680.660.29
HSL358.05º51.46%46.86%-
HSV(B)358.05º67.96%70.98%-
XYZ21.4413.25.97-
YUV95.23109.25189.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.13%
GREEN value IS 58 (23.05% from 255) = 19.27%
BLUE value IS 62 (24.61% from 255) = 20.60%
R=60.13%
G=19.27%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181586200.680.660.29358.0551.4646.86
HexB53A3E044421D166332f
Octal26572760104102355466357
Binary1011010111101011111001000100100001011101101100110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53A3E; }

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

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

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

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

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

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

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

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