Html Css Color HEX #B8170E Fire Brick

📋 copy color: '#B8170E'

red 184 ◦ green 23 ◦ blue 14

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

Shades of Fire Brick #B8170E

Tints of Fire Brick #B8170E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.33%

R = 83.26%
G = 10.41%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B8170E (or 0xB8170E) is known color: Fire Brick. HEX triplet: B8, 17 and 0E. RGB value is (184,23,14). Sum of RGB (Red+Green+Blue) = 184+23+14=221 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.26% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 184 - color contains mainly: red. Hex color #B8170E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8170E is #47E8F1. Grayscale: #464646. Windows color (decimal): -4712690 or 923576. OLE color: 923576.

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

Color convert

RGB 184 23 14 -
CMYK 0 0.88 0.92 0.28
HSL 3.18º 0.86% 0.39% -
HSV(B) 3.18º 0.92% 0.72% -
XYZ 20.15 10.83 1.44 -
YUV 70.11 96.34 209.23 -
System Red Green Blue C M Y K H S L
Decimal 184 23 14 0 0.88 0.92 0.28 3.18 0.86 0.39
Hex B8 17 E 0 58 5C 1C 3 56 27
Octal 270 27 16 0 130 134 34 3 126 47
Binary 10111000 10111 1110 0 1011000 1011100 11100 11 1010110 100111

Color Harmonies of #B8170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8170E

Black with #B8170E

Text Example


Text Example

White with #B8170E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8170E; }

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

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

background-color css

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

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

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

border-color css

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

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

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