Html Css Color HEX #BC1911 Fire Brick

📋 copy color: '#BC1911'

red 188 ◦ green 25 ◦ blue 17

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

Shades of Fire Brick #BC1911

Tints of Fire Brick #BC1911

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.87%

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

R = 81.74%
G = 10.87%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC1911 (or 0xBC1911) is known color: Fire Brick. HEX triplet: BC, 19 and 11. RGB value is (188,25,17). Sum of RGB (Red+Green+Blue) = 188+25+17=230 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.74% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1911 is #43E6EE. Grayscale: #494949. Windows color (decimal): -4450031 or 1120700. OLE color: 1120700.

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

Color convert

RGB 188 25 17 -
CMYK 0 0.87 0.91 0.26
HSL 2.81º 0.83% 0.4% -
HSV(B) 2.81º 0.91% 0.74% -
XYZ 21.19 11.43 1.62 -
YUV 72.83 96.5 210.15 -
System Red Green Blue C M Y K H S L
Decimal 188 25 17 0 0.87 0.91 0.26 2.81 0.83 0.4
Hex BC 19 11 0 57 5B 1A 3 53 28
Octal 274 31 21 0 127 133 32 3 123 50
Binary 10111100 11001 10001 0 1010111 1011011 11010 11 1010011 101000

Color Harmonies of #BC1911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1911

Black with #BC1911

Text Example


Text Example

White with #BC1911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1911; }

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

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

background-color css

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

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

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

border-color css

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

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

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