#B42013

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

Shades of Fire Brick #B42013

Tints of Fire Brick #B42013

Color information

#B42013 (or 0xB42013) is unknown color: approx Fire Brick. HEX triplet: B4, 20 and 13. RGB value is (180,32,19). Sum of RGB (Red+Green+Blue) = 180+32+19=231 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.92% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 180 - color contains mainly: red. Hex color #B42013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42013 is #4BDFEC. Grayscale: #4A4A4A. Windows color (decimal): -4972525 or 1253556. OLE color: 1253556.

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

Color convert

RGB1803219-
CMYK00.820.890.29
HSL4.84º80.9%39.02%-
HSV(B)4.84º89.44%70.59%-
XYZ19.4610.781.67-
YUV74.7796.53203.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 77.92%
GREEN value IS 32 (12.89% from 255) = 13.85%
BLUE value IS 19 (7.81% from 255) = 8.23%
R=77.92%
G=13.85%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180321900.820.890.294.8480.939.02
HexB42013052591D55127
Octal2644023012213135512147
Binary1011010010000010011010100101011001111011011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42013; }

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

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

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

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

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

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

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

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