#B52E1D

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

Shades of Fire Brick #B52E1D

Tints of Fire Brick #B52E1D

Color information

#B52E1D (or 0xB52E1D) is unknown color: approx Fire Brick. HEX triplet: B5, 2E and 1D. RGB value is (181,46,29). Sum of RGB (Red+Green+Blue) = 181+46+29=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52E1D is #4AD1E2. Grayscale: #545454. Windows color (decimal): -4903395 or 1912501. OLE color: 1912501.

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

Color convert

RGB1814629-
CMYK00.750.840.29
HSL6.71º72.38%41.18%-
HSV(B)6.71º83.98%70.98%-
XYZ20.2511.872.39-
YUV84.4396.73196.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 70.70%
GREEN value IS 46 (18.36% from 255) = 17.97%
BLUE value IS 29 (11.72% from 255) = 11.33%
R=70.70%
G=17.97%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181462900.750.840.296.7172.3841.18
HexB52E1D04B541D74829
Octal2655635011312435711051
Binary1011010110111011101010010111010100111011111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52E1D; }

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

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

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

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

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

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

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

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