Html Css Color HEX #BC170F Fire Brick

📋 copy color: '#BC170F'

red 188 ◦ green 23 ◦ blue 15

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

Shades of Fire Brick #BC170F

Tints of Fire Brick #BC170F

RGB

 RED value IS 188 (73.83% from 255) = 83.19%

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

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

R = 83.19%
G = 10.18%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC170F (or 0xBC170F) is known color: Fire Brick. HEX triplet: BC, 17 and 0F. RGB value is (188,23,15). Sum of RGB (Red+Green+Blue) = 188+23+15=226 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.19% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 188 - color contains mainly: red. Hex color #BC170F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC170F is #43E8F0. Grayscale: #474747. Windows color (decimal): -4450545 or 989116. OLE color: 989116.

HSL color Cylindrical-coordinate representation of color #BC170F: hue angle of 2.77º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC170F is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 23 15 -
CMYK 0 0.88 0.92 0.26
HSL 2.77º 0.85% 0.4% -
HSV(B) 2.77º 0.92% 0.74% -
XYZ 21.13 11.34 1.53 -
YUV 71.42 96.16 211.15 -
System Red Green Blue C M Y K H S L
Decimal 188 23 15 0 0.88 0.92 0.26 2.77 0.85 0.4
Hex BC 17 F 0 58 5C 1A 3 55 28
Octal 274 27 17 0 130 134 32 3 125 50
Binary 10111100 10111 1111 0 1011000 1011100 11010 11 1010101 101000

Color Harmonies of #BC170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC170F

Black with #BC170F

Text Example


Text Example

White with #BC170F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC170F; }

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

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

background-color css

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

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

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

border-color css

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

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

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