Html Css Color HEX #B9322A Fire Brick

📋 copy color: '#B9322A'

red 185 ◦ green 50 ◦ blue 42

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

Shades of Fire Brick #B9322A

Tints of Fire Brick #B9322A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.05%

 BLUE value IS 42 (16.8% from 255) = 15.16%

R = 66.79%
G = 18.05%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9322A (or 0xB9322A) is known color: Fire Brick. HEX triplet: B9, 32 and 2A. RGB value is (185,50,42). Sum of RGB (Red+Green+Blue) = 185+50+42=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B9322A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9322A is #46CDD5. Grayscale: #595959. Windows color (decimal): -4640214 or 2765497. OLE color: 2765497.

HSL color Cylindrical-coordinate representation of color #B9322A: hue angle of 3.36º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9322A is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 50 42 -
CMYK 0 0.73 0.77 0.27
HSL 3.36º 0.63% 0.45% -
HSV(B) 3.36º 0.77% 0.73% -
XYZ 21.57 12.76 3.52 -
YUV 89.45 101.23 196.15 -
System Red Green Blue C M Y K H S L
Decimal 185 50 42 0 0.73 0.77 0.27 3.36 0.63 0.45
Hex B9 32 2A 0 49 4D 1B 3 3F 2D
Octal 271 62 52 0 111 115 33 3 77 55
Binary 10111001 110010 101010 0 1001001 1001101 11011 11 111111 101101

Color Harmonies of #B9322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9322A

Black with #B9322A

Text Example


Text Example

White with #B9322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9322A; }

 p { color: rgb(185,50,42); }

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

background-color css

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

 a { background-color: rgb(185,50,42); }

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

border-color css

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

 span { border-color: rgb(185,50,42); }

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