#B92524

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

Shades of Fire Brick #B92524

Tints of Fire Brick #B92524

Color information

#B92524 (or 0xB92524) is unknown color: approx Fire Brick. HEX triplet: B9, 25 and 24. RGB value is (185,37,36). Sum of RGB (Red+Green+Blue) = 185+37+36=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B92524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92524 is #46DADB. Grayscale: #515151. Windows color (decimal): -4643548 or 2368953. OLE color: 2368953.

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

Color convert

RGB1853736-
CMYK00.800.810.27
HSL0.4º67.42%43.33%-
HSV(B)0.4º80.54%72.55%-
XYZ20.9911.762.83-
YUV81.14102.53202.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.71%
GREEN value IS 37 (14.84% from 255) = 14.34%
BLUE value IS 36 (14.45% from 255) = 13.95%
R=71.71%
G=14.34%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185373600.800.810.270.467.4243.33
HexB92524050511B0432b
Octal2714544012012133010353
Binary101110011001011001000101000010100011101101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92524; }

 p { color: rgb(185,37,36); }

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

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

 a { background-color: rgb(185,37,36); }

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

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

 span { border-color: rgb(185,37,36); }

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