#B5200F

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

Shades of Fire Brick #B5200F

Tints of Fire Brick #B5200F

Color information

#B5200F (or 0xB5200F) is unknown color: approx Fire Brick. HEX triplet: B5, 20 and 0F. RGB value is (181,32,15). Sum of RGB (Red+Green+Blue) = 181+32+15=228 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.39% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 181 - color contains mainly: red. Hex color #B5200F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5200F is #4ADFF0. Grayscale: #4A4A4A. Windows color (decimal): -4906993 or 991413. OLE color: 991413.

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

Color convert

RGB1813215-
CMYK00.820.920.29
HSL6.14º84.69%38.43%-
HSV(B)6.14º91.71%70.98%-
XYZ19.6610.891.52-
YUV74.6194.36203.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 79.39%
GREEN value IS 32 (12.89% from 255) = 14.04%
BLUE value IS 15 (6.25% from 255) = 6.58%
R=79.39%
G=14.04%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181321500.820.920.296.1484.6938.43
HexB520F0525C1D65526
Octal2654017012213435612546
Binary101101011000001111010100101011100111011101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5200F; }

 p { color: rgb(181,32,15); }

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

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

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

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

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

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

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