Html Css Color HEX #B32716 Fire Brick

📋 copy color: '#B32716'

red 179 ◦ green 39 ◦ blue 22

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

Shades of Fire Brick #B32716

Tints of Fire Brick #B32716

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.25%

 BLUE value IS 22 (8.98% from 255) = 9.17%

R = 74.58%
G = 16.25%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B32716 (or 0xB32716) is known color: Fire Brick. HEX triplet: B3, 27 and 16. RGB value is (179,39,22). Sum of RGB (Red+Green+Blue) = 179+39+22=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B32716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32716 is #4CD8E9. Grayscale: #4F4F4F. Windows color (decimal): -5036266 or 1451955. OLE color: 1451955.

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

Color convert

RGB 179 39 22 -
CMYK 0 0.78 0.88 0.30
HSL 6.5º 0.78% 0.39% -
HSV(B) 6.5º 0.88% 0.7% -
XYZ 19.46 11.09 1.87 -
YUV 78.92 95.88 199.38 -
System Red Green Blue C M Y K H S L
Decimal 179 39 22 0 0.78 0.88 0.30 6.5 0.78 0.39
Hex B3 27 16 0 4E 58 1E 6 4E 27
Octal 263 47 26 0 116 130 36 6 116 47
Binary 10110011 100111 10110 0 1001110 1011000 11110 110 1001110 100111

Color Harmonies of #B32716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32716

Black with #B32716

Text Example


Text Example

White with #B32716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32716; }

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

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

background-color css

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

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

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

border-color css

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

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

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