Html Css Color HEX #B32722 Fire Brick

📋 copy color: '#B32722'

red 179 ◦ green 39 ◦ blue 34

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

Shades of Fire Brick #B32722

Tints of Fire Brick #B32722

RGB

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

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

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

R = 71.03%
G = 15.48%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B32722 (or 0xB32722) is known color: Fire Brick. HEX triplet: B3, 27 and 22. RGB value is (179,39,34). Sum of RGB (Red+Green+Blue) = 179+39+34=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B32722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32722 is #4CD8DD. Grayscale: #505050. Windows color (decimal): -5036254 or 2238387. OLE color: 2238387.

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

Color convert

RGB 179 39 34 -
CMYK 0 0.78 0.81 0.30
HSL 2.07º 0.68% 0.42% -
HSV(B) 2.07º 0.81% 0.7% -
XYZ 19.6 11.15 2.63 -
YUV 80.29 101.88 198.41 -
System Red Green Blue C M Y K H S L
Decimal 179 39 34 0 0.78 0.81 0.30 2.07 0.68 0.42
Hex B3 27 22 0 4E 51 1E 2 44 2A
Octal 263 47 42 0 116 121 36 2 104 52
Binary 10110011 100111 100010 0 1001110 1010001 11110 10 1000100 101010

Color Harmonies of #B32722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32722

Black with #B32722

Text Example


Text Example

White with #B32722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32722; }

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

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

background-color css

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

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

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

border-color css

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

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

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