#B82523

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

Shades of Fire Brick #B82523

Tints of Fire Brick #B82523

Color information

#B82523 (or 0xB82523) is unknown color: approx Fire Brick. HEX triplet: B8, 25 and 23. RGB value is (184,37,35). Sum of RGB (Red+Green+Blue) = 184+37+35=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B82523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82523 is #47DADC. Grayscale: #505050. Windows color (decimal): -4709085 or 2303416. OLE color: 2303416.

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

Color convert

RGB1843735-
CMYK00.800.810.28
HSL0.81º68.04%42.94%-
HSV(B)0.81º80.98%72.16%-
XYZ20.7311.632.74-
YUV80.72102.2201.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 71.88%
GREEN value IS 37 (14.84% from 255) = 14.45%
BLUE value IS 35 (14.06% from 255) = 13.67%
R=71.88%
G=14.45%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184373500.800.810.280.8168.0442.94
HexB82523050511C1442b
Octal2704543012012134110453
Binary101110001001011000110101000010100011110011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82523; }

 p { color: rgb(184,37,35); }

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

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

 a { background-color: rgb(184,37,35); }

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

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

 span { border-color: rgb(184,37,35); }

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