#B42812

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

Shades of Fire Brick #B42812

Tints of Fire Brick #B42812

Color information

#B42812 (or 0xB42812) is unknown color: approx Fire Brick. HEX triplet: B4, 28 and 12. RGB value is (180,40,18). Sum of RGB (Red+Green+Blue) = 180+40+18=238 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.63% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 180 - color contains mainly: red. Hex color #B42812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42812 is #4BD7ED. Grayscale: #4F4F4F. Windows color (decimal): -4970478 or 1190068. OLE color: 1190068.

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

Color convert

RGB1804018-
CMYK00.780.90.29
HSL8.15º81.82%38.82%-
HSV(B)8.15º90%70.59%-
XYZ19.6911.261.71-
YUV79.3593.38199.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 75.63%
GREEN value IS 40 (16.02% from 255) = 16.81%
BLUE value IS 18 (7.42% from 255) = 7.56%
R=75.63%
G=16.81%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180401800.780.90.298.1581.8238.82
HexB4281204E5A1D85227
Octal26450220116132351012247
Binary10110100101000100100100111010110101110110001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42812; }

 p { color: rgb(180,40,18); }

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

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

 a { background-color: rgb(180,40,18); }

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

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

 span { border-color: rgb(180,40,18); }

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