Html Css Color HEX #B9221A Fire Brick

📋 copy color: '#B9221A'

red 185 ◦ green 34 ◦ blue 26

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

Shades of Fire Brick #B9221A

Tints of Fire Brick #B9221A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.61%

R = 75.51%
G = 13.88%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9221A (or 0xB9221A) is known color: Fire Brick. HEX triplet: B9, 22 and 1A. RGB value is (185,34,26). Sum of RGB (Red+Green+Blue) = 185+34+26=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B9221A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9221A is #46DDE5. Grayscale: #4E4E4E. Windows color (decimal): -4644326 or 1712825. OLE color: 1712825.

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

Color convert

RGB 185 34 26 -
CMYK 0 0.82 0.86 0.27
HSL 3.02º 0.75% 0.41% -
HSV(B) 3.02º 0.86% 0.73% -
XYZ 20.77 11.53 2.11 -
YUV 78.24 98.53 204.15 -
System Red Green Blue C M Y K H S L
Decimal 185 34 26 0 0.82 0.86 0.27 3.02 0.75 0.41
Hex B9 22 1A 0 52 56 1B 3 4B 29
Octal 271 42 32 0 122 126 33 3 113 51
Binary 10111001 100010 11010 0 1010010 1010110 11011 11 1001011 101001

Color Harmonies of #B9221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9221A

Black with #B9221A

Text Example


Text Example

White with #B9221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9221A; }

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

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

background-color css

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

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

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

border-color css

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

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

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