#B4130D

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

Shades of Fire Brick #B4130D

Tints of Fire Brick #B4130D

Color information

#B4130D (or 0xB4130D) is unknown color: approx Fire Brick. HEX triplet: B4, 13 and 0D. RGB value is (180,19,13). Sum of RGB (Red+Green+Blue) = 180+19+13=212 (28% of max value = 765). Red value is 180 (70.70% from 255 or 84.91% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 180 - color contains mainly: red. Hex color #B4130D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4130D is #4BECF2. Grayscale: #424242. Windows color (decimal): -4975859 or 857012. OLE color: 857012.

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

Color convert

RGB1801913-
CMYK00.890.930.29
HSL2.16º86.53%37.84%-
HSV(B)2.16º92.78%70.59%-
XYZ19.1310.21.34-
YUV66.4697.84208.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 84.91%
GREEN value IS 19 (7.81% from 255) = 8.96%
BLUE value IS 13 (5.47% from 255) = 6.13%
R=84.91%
G=8.96%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180191300.890.930.292.1686.5337.84
HexB413D0595D1D25726
Octal2642315013113535212746
Binary1011010010011110101011001101110111101101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4130D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4130D; }

 p { color: rgb(180,19,13); }

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

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

 a { background-color: rgb(180,19,13); }

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

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

 span { border-color: rgb(180,19,13); }

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