Html Css Color HEX #B3220E Fire Brick

📋 copy color: '#B3220E'

red 179 ◦ green 34 ◦ blue 14

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

Shades of Fire Brick #B3220E

Tints of Fire Brick #B3220E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.98%

 BLUE value IS 14 (5.86% from 255) = 6.17%

R = 78.85%
G = 14.98%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B3220E (or 0xB3220E) is known color: Fire Brick. HEX triplet: B3, 22 and 0E. RGB value is (179,34,14). Sum of RGB (Red+Green+Blue) = 179+34+14=227 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.85% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 179 - color contains mainly: red. Hex color #B3220E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3220E is #4CDDF1. Grayscale: #4B4B4B. Windows color (decimal): -5037554 or 926387. OLE color: 926387.

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

Color convert

RGB 179 34 14 -
CMYK 0 0.81 0.92 0.30
HSL 7.27º 0.85% 0.38% -
HSV(B) 7.27º 0.92% 0.7% -
XYZ 19.24 10.76 1.48 -
YUV 75.08 93.54 202.13 -
System Red Green Blue C M Y K H S L
Decimal 179 34 14 0 0.81 0.92 0.30 7.27 0.85 0.38
Hex B3 22 E 0 51 5C 1E 7 55 26
Octal 263 42 16 0 121 134 36 7 125 46
Binary 10110011 100010 1110 0 1010001 1011100 11110 111 1010101 100110

Color Harmonies of #B3220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3220E

Black with #B3220E

Text Example


Text Example

White with #B3220E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3220E; }

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

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

background-color css

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

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

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

border-color css

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

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

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