Html Css Color HEX #BC1C11 Fire Brick

📋 copy color: '#BC1C11'

red 188 ◦ green 28 ◦ blue 17

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

Shades of Fire Brick #BC1C11

Tints of Fire Brick #BC1C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.02%

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

R = 80.69%
G = 12.02%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC1C11 (or 0xBC1C11) is known color: Fire Brick. HEX triplet: BC, 1C and 11. RGB value is (188,28,17). Sum of RGB (Red+Green+Blue) = 188+28+17=233 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.69% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1C11 is #43E3EE. Grayscale: #4A4A4A. Windows color (decimal): -4449263 or 1121468. OLE color: 1121468.

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

Color convert

RGB 188 28 17 -
CMYK 0 0.85 0.91 0.26
HSL 3.86º 0.83% 0.4% -
HSV(B) 3.86º 0.91% 0.74% -
XYZ 21.26 11.56 1.64 -
YUV 74.59 95.51 208.89 -
System Red Green Blue C M Y K H S L
Decimal 188 28 17 0 0.85 0.91 0.26 3.86 0.83 0.4
Hex BC 1C 11 0 55 5B 1A 4 53 28
Octal 274 34 21 0 125 133 32 4 123 50
Binary 10111100 11100 10001 0 1010101 1011011 11010 100 1010011 101000

Color Harmonies of #BC1C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1C11

Black with #BC1C11

Text Example


Text Example

White with #BC1C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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