#B52E3D

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

Shades of Brick Red #B52E3D

Tints of Brick Red #B52E3D

Color information

#B52E3D (or 0xB52E3D) is unknown color: approx Brick Red. HEX triplet: B5, 2E and 3D. RGB value is (181,46,61). Sum of RGB (Red+Green+Blue) = 181+46+61=288 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.85% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52E3D is #4AD1C2. Grayscale: #585858. Windows color (decimal): -4903363 or 4009653. OLE color: 4009653.

HSL color Cylindrical-coordinate representation of color #B52E3D: hue angle of 353.33º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52E3D is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB1814661-
CMYK00.750.660.29
HSL353.33º59.47%44.51%-
HSV(B)353.33º74.59%70.98%-
XYZ20.8812.115.65-
YUV88.07112.73194.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 62.85%
GREEN value IS 46 (18.36% from 255) = 15.97%
BLUE value IS 61 (24.22% from 255) = 21.18%
R=62.85%
G=15.97%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181466100.750.660.29353.3359.4744.51
HexB52E3D04B421D1613b2d
Octal26556750113102355417355
Binary1011010110111011110101001011100001011101101100001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52E3D; }

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

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

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

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

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

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

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

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