#B42312

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

Shades of Fire Brick #B42312

Tints of Fire Brick #B42312

Color information

#B42312 (or 0xB42312) is unknown color: approx Fire Brick. HEX triplet: B4, 23 and 12. RGB value is (180,35,18). Sum of RGB (Red+Green+Blue) = 180+35+18=233 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.25% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 180 - color contains mainly: red. Hex color #B42312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42312 is #4BDCED. Grayscale: #4C4C4C. Windows color (decimal): -4971758 or 1188788. OLE color: 1188788.

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

Color convert

RGB1803518-
CMYK00.810.90.29
HSL6.3º81.82%38.82%-
HSV(B)6.3º90%70.59%-
XYZ19.5310.951.66-
YUV76.4295.04201.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 77.25%
GREEN value IS 35 (14.06% from 255) = 15.02%
BLUE value IS 18 (7.42% from 255) = 7.73%
R=77.25%
G=15.02%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180351800.810.90.296.381.8238.82
HexB423120515A1D65227
Octal2644322012113235612247
Binary1011010010001110010010100011011010111011101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42312; }

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

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

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

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

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

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

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

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