Html Css Color HEX #B9170C Fire Brick

📋 copy color: '#B9170C'

red 185 ◦ green 23 ◦ blue 12

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

Shades of Fire Brick #B9170C

Tints of Fire Brick #B9170C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.45%

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

R = 84.09%
G = 10.45%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9170C (or 0xB9170C) is known color: Fire Brick. HEX triplet: B9, 17 and 0C. RGB value is (185,23,12). Sum of RGB (Red+Green+Blue) = 185+23+12=220 (29% of max value = 765). Red value is 185 (72.66% from 255 or 84.09% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 185 - color contains mainly: red. Hex color #B9170C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9170C is #46E8F3. Grayscale: #464646. Windows color (decimal): -4647156 or 792505. OLE color: 792505.

HSL color Cylindrical-coordinate representation of color #B9170C: hue angle of 3.82º 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 #B9170C is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 23 12 -
CMYK 0 0.88 0.94 0.27
HSL 3.82º 0.88% 0.39% -
HSV(B) 3.82º 0.94% 0.73% -
XYZ 20.38 10.95 1.39 -
YUV 70.18 95.17 209.89 -
System Red Green Blue C M Y K H S L
Decimal 185 23 12 0 0.88 0.94 0.27 3.82 0.88 0.39
Hex B9 17 C 0 58 5E 1B 4 58 27
Octal 271 27 14 0 130 136 33 4 130 47
Binary 10111001 10111 1100 0 1011000 1011110 11011 100 1011000 100111

Color Harmonies of #B9170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9170C

Black with #B9170C

Text Example


Text Example

White with #B9170C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9170C; }

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

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

background-color css

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

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

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

border-color css

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

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

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