#B32410

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

Shades of Fire Brick #B32410

Tints of Fire Brick #B32410

Color information

#B32410 (or 0xB32410) is unknown color: approx Fire Brick. HEX triplet: B3, 24 and 10. RGB value is (179,36,16). Sum of RGB (Red+Green+Blue) = 179+36+16=231 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.49% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 179 - color contains mainly: red. Hex color #B32410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32410 is #4CDBEF. Grayscale: #4C4C4C. Windows color (decimal): -5037040 or 1057971. OLE color: 1057971.

HSL color Cylindrical-coordinate representation of color #B32410: hue angle of 7.36º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B32410 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB1793616-
CMYK00.800.910.30
HSL7.36º83.59%38.24%-
HSV(B)7.36º91.06%70.2%-
XYZ19.3110.881.57-
YUV76.4893.88201.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 77.49%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 16 (6.64% from 255) = 6.93%
R=77.49%
G=15.58%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179361600.800.910.307.3683.5938.24
HexB324100505B1E75426
Octal2634420012013336712446
Binary1011001110010010000010100001011011111101111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32410; }

 p { color: rgb(179,36,16); }

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

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

 a { background-color: rgb(179,36,16); }

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

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

 span { border-color: rgb(179,36,16); }

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