Html Css Color HEX #B9220C Fire Brick

📋 copy color: '#B9220C'

red 185 ◦ green 34 ◦ blue 12

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

Shades of Fire Brick #B9220C

Tints of Fire Brick #B9220C

RGB

 RED value IS 185 (72.66% from 255) = 80.09%

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

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

R = 80.09%
G = 14.72%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9220C (or 0xB9220C) is known color: Fire Brick. HEX triplet: B9, 22 and 0C. RGB value is (185,34,12). Sum of RGB (Red+Green+Blue) = 185+34+12=231 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.09% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 185 - color contains mainly: red. Hex color #B9220C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9220C is #46DDF3. Grayscale: #4C4C4C. Windows color (decimal): -4644340 or 795321. OLE color: 795321.

HSL color Cylindrical-coordinate representation of color #B9220C: hue angle of 7.63º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9220C is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 34 12 -
CMYK 0 0.82 0.94 0.27
HSL 7.63º 0.88% 0.39% -
HSV(B) 7.63º 0.94% 0.73% -
XYZ 20.65 11.48 1.48 -
YUV 76.64 91.53 205.29 -
System Red Green Blue C M Y K H S L
Decimal 185 34 12 0 0.82 0.94 0.27 7.63 0.88 0.39
Hex B9 22 C 0 52 5E 1B 8 58 27
Octal 271 42 14 0 122 136 33 10 130 47
Binary 10111001 100010 1100 0 1010010 1011110 11011 1000 1011000 100111

Color Harmonies of #B9220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9220C

Black with #B9220C

Text Example


Text Example

White with #B9220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9220C; }

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

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

background-color css

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

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

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

border-color css

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

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

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