Html Css Color HEX #BC1F11 Fire Brick

📋 copy color: '#BC1F11'

red 188 ◦ green 31 ◦ blue 17

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

Shades of Fire Brick #BC1F11

Tints of Fire Brick #BC1F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.14%

 BLUE value IS 17 (7.03% from 255) = 7.2%

R = 79.66%
G = 13.14%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC1F11 (or 0xBC1F11) is known color: Fire Brick. HEX triplet: BC, 1F and 11. RGB value is (188,31,17). Sum of RGB (Red+Green+Blue) = 188+31+17=236 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.66% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1F11 is #43E0EE. Grayscale: #4C4C4C. Windows color (decimal): -4448495 or 1122236. OLE color: 1122236.

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

Color convert

RGB 188 31 17 -
CMYK 0 0.84 0.91 0.26
HSL 4.91º 0.83% 0.4% -
HSV(B) 4.91º 0.91% 0.74% -
XYZ 21.33 11.71 1.67 -
YUV 76.35 94.51 207.64 -
System Red Green Blue C M Y K H S L
Decimal 188 31 17 0 0.84 0.91 0.26 4.91 0.83 0.4
Hex BC 1F 11 0 54 5B 1A 5 53 28
Octal 274 37 21 0 124 133 32 5 123 50
Binary 10111100 11111 10001 0 1010100 1011011 11010 101 1010011 101000

Color Harmonies of #BC1F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1F11

Black with #BC1F11

Text Example


Text Example

White with #BC1F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1F11; }

 p { color: rgb(188,31,17); }

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

background-color css

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

 a { background-color: rgb(188,31,17); }

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

border-color css

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

 span { border-color: rgb(188,31,17); }

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