Html Css Color HEX #B32322 Fire Brick

📋 copy color: '#B32322'

red 179 ◦ green 35 ◦ blue 34

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

Shades of Fire Brick #B32322

Tints of Fire Brick #B32322

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.11%

 BLUE value IS 34 (13.67% from 255) = 13.71%

R = 72.18%
G = 14.11%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B32322 (or 0xB32322) is known color: Fire Brick. HEX triplet: B3, 23 and 22. RGB value is (179,35,34). Sum of RGB (Red+Green+Blue) = 179+35+34=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B32322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32322 is #4CDCDD. Grayscale: #4E4E4E. Windows color (decimal): -5037278 or 2237363. OLE color: 2237363.

HSL color Cylindrical-coordinate representation of color #B32322: hue angle of 0.41º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B32322 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 35 34 -
CMYK 0 0.80 0.81 0.30
HSL 0.41º 0.68% 0.42% -
HSV(B) 0.41º 0.81% 0.7% -
XYZ 19.48 10.9 2.59 -
YUV 77.94 103.21 200.08 -
System Red Green Blue C M Y K H S L
Decimal 179 35 34 0 0.80 0.81 0.30 0.41 0.68 0.42
Hex B3 23 22 0 50 51 1E 0 44 2A
Octal 263 43 42 0 120 121 36 0 104 52
Binary 10110011 100011 100010 0 1010000 1010001 11110 0 1000100 101010

Color Harmonies of #B32322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32322

Black with #B32322

Text Example


Text Example

White with #B32322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32322; }

 p { color: rgb(179,35,34); }

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

background-color css

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

 a { background-color: rgb(179,35,34); }

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

border-color css

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

 span { border-color: rgb(179,35,34); }

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