Html Css Color HEX #B7170E Fire Brick

📋 copy color: '#B7170E'

red 183 ◦ green 23 ◦ blue 14

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

Shades of Fire Brick #B7170E

Tints of Fire Brick #B7170E

RGB

 RED value IS 183 (71.88% from 255) = 83.18%

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

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

R = 83.18%
G = 10.45%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7170E (or 0xB7170E) is known color: Fire Brick. HEX triplet: B7, 17 and 0E. RGB value is (183,23,14). Sum of RGB (Red+Green+Blue) = 183+23+14=220 (29% of max value = 765). Red value is 183 (71.88% from 255 or 83.18% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 183 - color contains mainly: red. Hex color #B7170E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7170E is #48E8F1. Grayscale: #464646. Windows color (decimal): -4778226 or 923575. OLE color: 923575.

HSL color Cylindrical-coordinate representation of color #B7170E: hue angle of 3.2º 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 #B7170E is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 23 14 -
CMYK 0 0.87 0.92 0.28
HSL 3.2º 0.86% 0.39% -
HSV(B) 3.2º 0.92% 0.72% -
XYZ 19.91 10.71 1.43 -
YUV 69.81 96.51 208.73 -
System Red Green Blue C M Y K H S L
Decimal 183 23 14 0 0.87 0.92 0.28 3.2 0.86 0.39
Hex B7 17 E 0 57 5C 1C 3 56 27
Octal 267 27 16 0 127 134 34 3 126 47
Binary 10110111 10111 1110 0 1010111 1011100 11100 11 1010110 100111

Color Harmonies of #B7170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7170E

Black with #B7170E

Text Example


Text Example

White with #B7170E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7170E; }

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

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

background-color css

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

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

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

border-color css

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

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

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