Html Css Color HEX #B2170F Fire Brick

📋 copy color: '#B2170F'

red 178 ◦ green 23 ◦ blue 15

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

Shades of Fire Brick #B2170F

Tints of Fire Brick #B2170F

RGB

 RED value IS 178 (69.92% from 255) = 82.41%

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

 BLUE value IS 15 (6.25% from 255) = 6.94%

R = 82.41%
G = 10.65%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2170F (or 0xB2170F) is known color: Fire Brick. HEX triplet: B2, 17 and 0F. RGB value is (178,23,15). Sum of RGB (Red+Green+Blue) = 178+23+15=216 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.41% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 178 - color contains mainly: red. Hex color #B2170F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2170F is #4DE8F0. Grayscale: #444444. Windows color (decimal): -5105905 or 989106. OLE color: 989106.

HSL color Cylindrical-coordinate representation of color #B2170F: hue angle of 2.94º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2170F is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 23 15 -
CMYK 0 0.87 0.92 0.30
HSL 2.94º 0.84% 0.38% -
HSV(B) 2.94º 0.92% 0.7% -
XYZ 18.75 10.11 1.42 -
YUV 68.43 97.85 206.15 -
System Red Green Blue C M Y K H S L
Decimal 178 23 15 0 0.87 0.92 0.30 2.94 0.84 0.38
Hex B2 17 F 0 57 5C 1E 3 54 26
Octal 262 27 17 0 127 134 36 3 124 46
Binary 10110010 10111 1111 0 1010111 1011100 11110 11 1010100 100110

Color Harmonies of #B2170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2170F

Black with #B2170F

Text Example


Text Example

White with #B2170F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2170F; }

 p { color: rgb(178,23,15); }

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

background-color css

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

 a { background-color: rgb(178,23,15); }

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

border-color css

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

 span { border-color: rgb(178,23,15); }

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