Html Css Color HEX #B1220E Fire Brick

📋 copy color: '#B1220E'

red 177 ◦ green 34 ◦ blue 14

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

Shades of Fire Brick #B1220E

Tints of Fire Brick #B1220E

RGB

 RED value IS 177 (69.53% from 255) = 78.67%

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

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

R = 78.67%
G = 15.11%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1220E (or 0xB1220E) is known color: Fire Brick. HEX triplet: B1, 22 and 0E. RGB value is (177,34,14). Sum of RGB (Red+Green+Blue) = 177+34+14=225 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.67% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 177 - color contains mainly: red. Hex color #B1220E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1220E is #4EDDF1. Grayscale: #4A4A4A. Windows color (decimal): -5168626 or 926385. OLE color: 926385.

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

Color convert

RGB 177 34 14 -
CMYK 0 0.81 0.92 0.31
HSL 7.36º 0.85% 0.37% -
HSV(B) 7.36º 0.92% 0.69% -
XYZ 18.78 10.52 1.46 -
YUV 74.48 93.88 201.13 -
System Red Green Blue C M Y K H S L
Decimal 177 34 14 0 0.81 0.92 0.31 7.36 0.85 0.37
Hex B1 22 E 0 51 5C 1F 7 55 25
Octal 261 42 16 0 121 134 37 7 125 45
Binary 10110001 100010 1110 0 1010001 1011100 11111 111 1010101 100101

Color Harmonies of #B1220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1220E

Black with #B1220E

Text Example


Text Example

White with #B1220E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1220E; }

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

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

background-color css

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

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

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

border-color css

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

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

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