Html Css Color HEX #B9322B Fire Brick

📋 copy color: '#B9322B'

red 185 ◦ green 50 ◦ blue 43

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

Shades of Fire Brick #B9322B

Tints of Fire Brick #B9322B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.47%

R = 66.55%
G = 17.99%
B = 15.47%

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

#B9322B (or 0xB9322B) is known color: Fire Brick. HEX triplet: B9, 32 and 2B. RGB value is (185,50,43). Sum of RGB (Red+Green+Blue) = 185+50+43=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B9322B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9322B is #46CDD4. Grayscale: #595959. Windows color (decimal): -4640213 or 2831033. OLE color: 2831033.

HSL color Cylindrical-coordinate representation of color #B9322B: hue angle of 2.96º degrees, saturation: 0.62, 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 #B9322B is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 50 43 -
CMYK 0 0.73 0.77 0.27
HSL 2.96º 0.62% 0.45% -
HSV(B) 2.96º 0.77% 0.73% -
XYZ 21.58 12.77 3.61 -
YUV 89.57 101.73 196.07 -
System Red Green Blue C M Y K H S L
Decimal 185 50 43 0 0.73 0.77 0.27 2.96 0.62 0.45
Hex B9 32 2B 0 49 4D 1B 3 3E 2D
Octal 271 62 53 0 111 115 33 3 76 55
Binary 10111001 110010 101011 0 1001001 1001101 11011 11 111110 101101

Color Harmonies of #B9322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9322B

Black with #B9322B

Text Example


Text Example

White with #B9322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9322B; }

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

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

background-color css

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

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

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

border-color css

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

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

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