#B5130E

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

Shades of Fire Brick #B5130E

Tints of Fire Brick #B5130E

Color information

#B5130E (or 0xB5130E) is unknown color: approx Fire Brick. HEX triplet: B5, 13 and 0E. RGB value is (181,19,14). Sum of RGB (Red+Green+Blue) = 181+19+14=214 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.58% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 181 - color contains mainly: red. Hex color #B5130E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5130E is #4AECF1. Grayscale: #434343. Windows color (decimal): -4910322 or 922549. OLE color: 922549.

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

Color convert

RGB1811914-
CMYK00.900.920.29
HSL1.8º85.64%38.24%-
HSV(B)1.8º92.27%70.98%-
XYZ19.3710.321.39-
YUV66.8798.17209.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 84.58%
GREEN value IS 19 (7.81% from 255) = 8.88%
BLUE value IS 14 (5.86% from 255) = 6.54%
R=84.58%
G=8.88%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181191400.900.920.291.885.6438.24
HexB513E05A5C1D25626
Octal2652316013213435212646
Binary1011010110011111001011010101110011101101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5130E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5130E; }

 p { color: rgb(181,19,14); }

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

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

 a { background-color: rgb(181,19,14); }

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

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

 span { border-color: rgb(181,19,14); }

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