#B42513

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

Shades of Fire Brick #B42513

Tints of Fire Brick #B42513

Color information

#B42513 (or 0xB42513) is unknown color: approx Fire Brick. HEX triplet: B4, 25 and 13. RGB value is (180,37,19). Sum of RGB (Red+Green+Blue) = 180+37+19=236 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.27% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 180 - color contains mainly: red. Hex color #B42513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42513 is #4BDAEC. Grayscale: #4D4D4D. Windows color (decimal): -4971245 or 1254836. OLE color: 1254836.

HSL color Cylindrical-coordinate representation of color #B42513: hue angle of 6.71º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B42513 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB1803719-
CMYK00.790.890.29
HSL6.71º80.9%39.02%-
HSV(B)6.71º89.44%70.59%-
XYZ19.611.071.72-
YUV77.794.88200.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 76.27%
GREEN value IS 37 (14.84% from 255) = 15.68%
BLUE value IS 19 (7.81% from 255) = 8.05%
R=76.27%
G=15.68%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180371900.790.890.296.7180.939.02
HexB4251304F591D75127
Octal2644523011713135712147
Binary1011010010010110011010011111011001111011111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42513; }

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

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

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

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

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

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

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

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