Html Css Color HEX #B0220C Fire Brick

📋 copy color: '#B0220C'

red 176 ◦ green 34 ◦ blue 12

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

Shades of Fire Brick #B0220C

Tints of Fire Brick #B0220C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.41%

R = 79.28%
G = 15.32%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0220C (or 0xB0220C) is known color: Fire Brick. HEX triplet: B0, 22 and 0C. RGB value is (176,34,12). Sum of RGB (Red+Green+Blue) = 176+34+12=222 (29% of max value = 765). Red value is 176 (69.14% from 255 or 79.28% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 176 - color contains mainly: red. Hex color #B0220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0220C is #4FDDF3. Grayscale: #4A4A4A. Windows color (decimal): -5234164 or 795312. OLE color: 795312.

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

Color convert

RGB 176 34 12 -
CMYK 0 0.81 0.93 0.31
HSL 8.05º 0.87% 0.37% -
HSV(B) 8.05º 0.93% 0.69% -
XYZ 18.54 10.4 1.38 -
YUV 73.95 93.04 200.79 -
System Red Green Blue C M Y K H S L
Decimal 176 34 12 0 0.81 0.93 0.31 8.05 0.87 0.37
Hex B0 22 C 0 51 5D 1F 8 57 25
Octal 260 42 14 0 121 135 37 10 127 45
Binary 10110000 100010 1100 0 1010001 1011101 11111 1000 1010111 100101

Color Harmonies of #B0220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0220C

Black with #B0220C

Text Example


Text Example

White with #B0220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0220C; }

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

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

background-color css

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

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

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

border-color css

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

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

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