Html Css Color HEX #B32F16 Fire Brick

📋 copy color: '#B32F16'

red 179 ◦ green 47 ◦ blue 22

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

Shades of Fire Brick #B32F16

Tints of Fire Brick #B32F16

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.95%

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

R = 72.18%
G = 18.95%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B32F16 (or 0xB32F16) is known color: Fire Brick. HEX triplet: B3, 2F and 16. RGB value is (179,47,22). Sum of RGB (Red+Green+Blue) = 179+47+22=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32F16 is #4CD0E9. Grayscale: #535353. Windows color (decimal): -5034218 or 1454003. OLE color: 1454003.

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

Color convert

RGB 179 47 22 -
CMYK 0 0.74 0.88 0.30
HSL 9.55º 0.78% 0.39% -
HSV(B) 9.55º 0.88% 0.7% -
XYZ 19.75 11.67 1.97 -
YUV 83.62 93.23 196.03 -
System Red Green Blue C M Y K H S L
Decimal 179 47 22 0 0.74 0.88 0.30 9.55 0.78 0.39
Hex B3 2F 16 0 4A 58 1E A 4E 27
Octal 263 57 26 0 112 130 36 12 116 47
Binary 10110011 101111 10110 0 1001010 1011000 11110 1010 1001110 100111

Color Harmonies of #B32F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32F16

Black with #B32F16

Text Example


Text Example

White with #B32F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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