#B32713

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

Shades of Fire Brick #B32713

Tints of Fire Brick #B32713

Color information

#B32713 (or 0xB32713) is unknown color: approx Fire Brick. HEX triplet: B3, 27 and 13. RGB value is (179,39,19). Sum of RGB (Red+Green+Blue) = 179+39+19=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B32713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32713 is #4CD8EC. Grayscale: #4E4E4E. Windows color (decimal): -5036269 or 1255347. OLE color: 1255347.

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

Color convert

RGB1793919-
CMYK00.780.890.30
HSL7.5º80.81%38.82%-
HSV(B)7.5º89.39%70.2%-
XYZ19.4311.081.73-
YUV78.5894.38199.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 75.53%
GREEN value IS 39 (15.62% from 255) = 16.46%
BLUE value IS 19 (7.81% from 255) = 8.02%
R=75.53%
G=16.46%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179391900.780.890.307.580.8138.82
HexB3271304E591E85127
Octal26347230116131361012147
Binary10110011100111100110100111010110011111010001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32713; }

 p { color: rgb(179,39,19); }

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

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

 a { background-color: rgb(179,39,19); }

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

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

 span { border-color: rgb(179,39,19); }

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