Html Css Color HEX #B32A13 Fire Brick

📋 copy color: '#B32A13'

red 179 ◦ green 42 ◦ blue 19

#B32A13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #B32A13

Tints of Fire Brick #B32A13

RGB

 RED value IS 179 (70.31% from 255) = 74.58%

 GREEN value IS 42 (16.8% from 255) = 17.5%

 BLUE value IS 19 (7.81% from 255) = 7.92%

R = 74.58%
G = 17.5%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B32A13 (or 0xB32A13) is known color: Fire Brick. HEX triplet: B3, 2A and 13. RGB value is (179,42,19). Sum of RGB (Red+Green+Blue) = 179+42+19=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32A13 is #4CD5EC. Grayscale: #505050. Windows color (decimal): -5035501 or 1256115. OLE color: 1256115.

HSL color Cylindrical-coordinate representation of color #B32A13: hue angle of 8.62º 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 #B32A13 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 42 19 -
CMYK 0 0.77 0.89 0.30
HSL 8.63º 0.81% 0.39% -
HSV(B) 8.63º 0.89% 0.7% -
XYZ 19.54 11.29 1.76 -
YUV 80.34 93.39 198.37 -
System Red Green Blue C M Y K H S L
Decimal 179 42 19 0 0.77 0.89 0.30 8.63 0.81 0.39
Hex B3 2A 13 0 4D 59 1E 9 51 27
Octal 263 52 23 0 115 131 36 11 121 47
Binary 10110011 101010 10011 0 1001101 1011001 11110 1001 1010001 100111

Color Harmonies of #B32A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32A13

Black with #B32A13

Text Example


Text Example

White with #B32A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32A13; }

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

 H1.HeaderClassName
 {
   color: #B32A13;
 }
 .AnyTagClassName
 {
   color: #B32A13;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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