#B52E23

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

Shades of Fire Brick #B52E23

Tints of Fire Brick #B52E23

Color information

#B52E23 (or 0xB52E23) is unknown color: approx Fire Brick. HEX triplet: B5, 2E and 23. RGB value is (181,46,35). Sum of RGB (Red+Green+Blue) = 181+46+35=262 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.08% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52E23 is #4AD1DC. Grayscale: #555555. Windows color (decimal): -4903389 or 2305717. OLE color: 2305717.

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

Color convert

RGB1814635-
CMYK00.750.810.29
HSL4.52º67.59%42.35%-
HSV(B)4.52º80.66%70.98%-
XYZ20.3411.92.82-
YUV85.1199.73196.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 69.08%
GREEN value IS 46 (18.36% from 255) = 17.56%
BLUE value IS 35 (14.06% from 255) = 13.36%
R=69.08%
G=17.56%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181463500.750.810.294.5267.5942.35
HexB52E2304B511D5442a
Octal2655643011312135510452
Binary10110101101110100011010010111010001111011011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52E23; }

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

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

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

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

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

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

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

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