Html Css Color HEX #B32913 Fire Brick

📋 copy color: '#B32913'

red 179 ◦ green 41 ◦ blue 19

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

Shades of Fire Brick #B32913

Tints of Fire Brick #B32913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.15%

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

R = 74.9%
G = 17.15%
B = 7.95%

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

#B32913 (or 0xB32913) is known color: Fire Brick. HEX triplet: B3, 29 and 13. RGB value is (179,41,19). Sum of RGB (Red+Green+Blue) = 179+41+19=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B32913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32913 is #4CD6EC. Grayscale: #4F4F4F. Windows color (decimal): -5035757 or 1255859. OLE color: 1255859.

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

Color convert

RGB 179 41 19 -
CMYK 0 0.77 0.89 0.30
HSL 8.25º 0.81% 0.39% -
HSV(B) 8.25º 0.89% 0.7% -
XYZ 19.5 11.22 1.75 -
YUV 79.75 93.72 198.79 -
System Red Green Blue C M Y K H S L
Decimal 179 41 19 0 0.77 0.89 0.30 8.25 0.81 0.39
Hex B3 29 13 0 4D 59 1E 8 51 27
Octal 263 51 23 0 115 131 36 10 121 47
Binary 10110011 101001 10011 0 1001101 1011001 11110 1000 1010001 100111

Color Harmonies of #B32913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32913

Black with #B32913

Text Example


Text Example

White with #B32913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32913; }

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

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

background-color css

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

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

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

border-color css

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

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

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