#B82B24

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

Shades of Fire Brick #B82B24

Tints of Fire Brick #B82B24

Color information

#B82B24 (or 0xB82B24) is unknown color: approx Fire Brick. HEX triplet: B8, 2B and 24. RGB value is (184,43,36). Sum of RGB (Red+Green+Blue) = 184+43+36=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 43 (17.19% from 255 or 16.35% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82B24 is #47D4DB. Grayscale: #545454. Windows color (decimal): -4707548 or 2370488. OLE color: 2370488.

HSL color Cylindrical-coordinate representation of color #B82B24: hue angle of 2.84º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B82B24 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB1844336-
CMYK00.770.800.28
HSL2.84º67.27%43.14%-
HSV(B)2.84º80.43%72.16%-
XYZ20.9512.052.89-
YUV84.36100.71199.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 69.96%
GREEN value IS 43 (17.19% from 255) = 16.35%
BLUE value IS 36 (14.45% from 255) = 13.69%
R=69.96%
G=16.35%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184433600.770.800.282.8467.2743.14
HexB82B2404D501C3432b
Octal2705344011512034310353
Binary1011100010101110010001001101101000011100111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82B24; }

 p { color: rgb(184,43,36); }

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

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

 a { background-color: rgb(184,43,36); }

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

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

 span { border-color: rgb(184,43,36); }

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