Html Css Color HEX #B9180B Fire Brick

📋 copy color: '#B9180B'

red 185 ◦ green 24 ◦ blue 11

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

Shades of Fire Brick #B9180B

Tints of Fire Brick #B9180B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.91%

 BLUE value IS 11 (4.69% from 255) = 5%

R = 84.09%
G = 10.91%
B = 5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9180B (or 0xB9180B) is known color: Fire Brick. HEX triplet: B9, 18 and 0B. RGB value is (185,24,11). Sum of RGB (Red+Green+Blue) = 185+24+11=220 (29% of max value = 765). Red value is 185 (72.66% from 255 or 84.09% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 185 - color contains mainly: red. Hex color #B9180B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9180B is #46E7F4. Grayscale: #464646. Windows color (decimal): -4646901 or 727225. OLE color: 727225.

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

Color convert

RGB 185 24 11 -
CMYK 0 0.87 0.94 0.27
HSL 4.48º 0.89% 0.38% -
HSV(B) 4.48º 0.94% 0.73% -
XYZ 20.39 10.99 1.36 -
YUV 70.66 94.34 209.56 -
System Red Green Blue C M Y K H S L
Decimal 185 24 11 0 0.87 0.94 0.27 4.48 0.89 0.38
Hex B9 18 B 0 57 5E 1B 4 59 26
Octal 271 30 13 0 127 136 33 4 131 46
Binary 10111001 11000 1011 0 1010111 1011110 11011 100 1011001 100110

Color Harmonies of #B9180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9180B

Black with #B9180B

Text Example


Text Example

White with #B9180B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9180B; }

 p { color: rgb(185,24,11); }

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

background-color css

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

 a { background-color: rgb(185,24,11); }

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

border-color css

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

 span { border-color: rgb(185,24,11); }

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