Html Css Color HEX #B8170B Fire Brick

📋 copy color: '#B8170B'

red 184 ◦ green 23 ◦ blue 11

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

Shades of Fire Brick #B8170B

Tints of Fire Brick #B8170B

RGB

 RED value IS 184 (72.27% from 255) = 84.4%

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

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

R = 84.4%
G = 10.55%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B8170B (or 0xB8170B) is known color: Fire Brick. HEX triplet: B8, 17 and 0B. RGB value is (184,23,11). Sum of RGB (Red+Green+Blue) = 184+23+11=218 (28% of max value = 765). Red value is 184 (72.27% from 255 or 84.40% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 184 - color contains mainly: red. Hex color #B8170B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8170B is #47E8F4. Grayscale: #454545. Windows color (decimal): -4712693 or 726968. OLE color: 726968.

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

Color convert

RGB 184 23 11 -
CMYK 0 0.88 0.94 0.28
HSL 4.16º 0.89% 0.38% -
HSV(B) 4.16º 0.94% 0.72% -
XYZ 20.13 10.83 1.35 -
YUV 69.77 94.84 209.48 -
System Red Green Blue C M Y K H S L
Decimal 184 23 11 0 0.88 0.94 0.28 4.16 0.89 0.38
Hex B8 17 B 0 58 5E 1C 4 59 26
Octal 270 27 13 0 130 136 34 4 131 46
Binary 10111000 10111 1011 0 1011000 1011110 11100 100 1011001 100110

Color Harmonies of #B8170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8170B

Black with #B8170B

Text Example


Text Example

White with #B8170B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8170B; }

 p { color: rgb(184,23,11); }

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

background-color css

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

 a { background-color: rgb(184,23,11); }

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

border-color css

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

 span { border-color: rgb(184,23,11); }

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