#B32D29

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

Shades of Fire Brick #B32D29

Tints of Fire Brick #B32D29

Color information

#B32D29 (or 0xB32D29) is unknown color: approx Fire Brick. HEX triplet: B3, 2D and 29. RGB value is (179,45,41). Sum of RGB (Red+Green+Blue) = 179+45+41=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32D29 is #4CD2D6. Grayscale: #545454. Windows color (decimal): -5034711 or 2698675. OLE color: 2698675.

HSL color Cylindrical-coordinate representation of color #B32D29: hue angle of 1.74º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32D29 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB1794541-
CMYK00.750.770.30
HSL1.74º62.73%43.14%-
HSV(B)1.74º77.09%70.2%-
XYZ19.9311.623.29-
YUV84.61103.39195.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 67.55%
GREEN value IS 45 (17.97% from 255) = 16.98%
BLUE value IS 41 (16.41% from 255) = 15.47%
R=67.55%
G=16.98%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179454100.750.770.301.7462.7343.14
HexB32D2904B4D1E23f2b
Octal263555101131153627753
Binary101100111011011010010100101110011011111010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32D29; }

 p { color: rgb(179,45,41); }

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

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

 a { background-color: rgb(179,45,41); }

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

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

 span { border-color: rgb(179,45,41); }

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