Html Css Color HEX #B0220F Fire Brick

📋 copy color: '#B0220F'

red 176 ◦ green 34 ◦ blue 15

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

Shades of Fire Brick #B0220F

Tints of Fire Brick #B0220F

RGB

 RED value IS 176 (69.14% from 255) = 78.22%

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

 BLUE value IS 15 (6.25% from 255) = 6.67%

R = 78.22%
G = 15.11%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B0220F (or 0xB0220F) is known color: Fire Brick. HEX triplet: B0, 22 and 0F. RGB value is (176,34,15). Sum of RGB (Red+Green+Blue) = 176+34+15=225 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.22% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 176 - color contains mainly: red. Hex color #B0220F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0220F is #4FDDF0. Grayscale: #4A4A4A. Windows color (decimal): -5234161 or 991920. OLE color: 991920.

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

Color convert

RGB 176 34 15 -
CMYK 0 0.81 0.91 0.31
HSL 7.08º 0.84% 0.37% -
HSV(B) 7.08º 0.91% 0.69% -
XYZ 18.56 10.41 1.48 -
YUV 74.29 94.54 200.54 -
System Red Green Blue C M Y K H S L
Decimal 176 34 15 0 0.81 0.91 0.31 7.08 0.84 0.37
Hex B0 22 F 0 51 5B 1F 7 54 25
Octal 260 42 17 0 121 133 37 7 124 45
Binary 10110000 100010 1111 0 1010001 1011011 11111 111 1010100 100101

Color Harmonies of #B0220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0220F

Black with #B0220F

Text Example


Text Example

White with #B0220F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0220F; }

 p { color: rgb(176,34,15); }

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

background-color css

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

 a { background-color: rgb(176,34,15); }

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

border-color css

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

 span { border-color: rgb(176,34,15); }

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