#B5180F

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

Shades of Fire Brick #B5180F

Tints of Fire Brick #B5180F

Color information

#B5180F (or 0xB5180F) is unknown color: approx Fire Brick. HEX triplet: B5, 18 and 0F. RGB value is (181,24,15). Sum of RGB (Red+Green+Blue) = 181+24+15=220 (29% of max value = 765). Red value is 181 (71.09% from 255 or 82.27% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 181 - color contains mainly: red. Hex color #B5180F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5180F is #4AE7F0. Grayscale: #464646. Windows color (decimal): -4909041 or 989365. OLE color: 989365.

HSL color Cylindrical-coordinate representation of color #B5180F: hue angle of 3.25º 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 #B5180F is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB1812415-
CMYK00.870.920.29
HSL3.25º84.69%38.43%-
HSV(B)3.25º91.71%70.98%-
XYZ19.4710.511.45-
YUV69.9297.01207.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 82.27%
GREEN value IS 24 (9.77% from 255) = 10.91%
BLUE value IS 15 (6.25% from 255) = 6.82%
R=82.27%
G=10.91%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181241500.870.920.293.2584.6938.43
HexB518F0575C1D35526
Octal2653017012713435312546
Binary1011010111000111101010111101110011101111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5180F; }

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

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

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

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

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

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

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

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