#B52626

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

Shades of Fire Brick #B52626

Tints of Fire Brick #B52626

Color information

#B52626 (or 0xB52626) is unknown color: approx Fire Brick. HEX triplet: B5, 26 and 26. RGB value is (181,38,38). Sum of RGB (Red+Green+Blue) = 181+38+38=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B52626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52626 is #4AD9D9. Grayscale: #505050. Windows color (decimal): -4905434 or 2500277. OLE color: 2500277.

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

Color convert

RGB1813838-
CMYK00.790.790.29
HSL65.3%42.94%-
HSV(B)79.01%70.98%-
XYZ20.111.352.97-
YUV80.76103.88199.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 70.43%
GREEN value IS 38 (15.23% from 255) = 14.79%
BLUE value IS 38 (15.23% from 255) = 14.79%
R=70.43%
G=14.79%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181383800.790.790.29065.342.94
HexB5262604F4F1D0412b
Octal2654646011711735010153
Binary101101011001101001100100111110011111110101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52626; }

 p { color: rgb(181,38,38); }

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

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

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

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

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

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

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