#B5200C

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

Shades of Fire Brick #B5200C

Tints of Fire Brick #B5200C

Color information

#B5200C (or 0xB5200C) is unknown color: approx Fire Brick. HEX triplet: B5, 20 and 0C. RGB value is (181,32,12). Sum of RGB (Red+Green+Blue) = 181+32+12=225 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.44% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 181 - color contains mainly: red. Hex color #B5200C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5200C is #4ADFF3. Grayscale: #4A4A4A. Windows color (decimal): -4906996 or 794805. OLE color: 794805.

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

Color convert

RGB1813212-
CMYK00.820.930.29
HSL7.1º87.56%37.84%-
HSV(B)7.1º93.37%70.98%-
XYZ19.6410.881.41-
YUV74.2792.86204.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 80.44%
GREEN value IS 32 (12.89% from 255) = 14.22%
BLUE value IS 12 (5.08% from 255) = 5.33%
R=80.44%
G=14.22%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181321200.820.930.297.187.5637.84
HexB520C0525D1D75826
Octal2654014012213535713046
Binary101101011000001100010100101011101111011111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5200C; }

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

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

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

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

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

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

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

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