Html Css Color HEX #BC1811 Fire Brick

📋 copy color: '#BC1811'

red 188 ◦ green 24 ◦ blue 17

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

Shades of Fire Brick #BC1811

Tints of Fire Brick #BC1811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.48%

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

R = 82.1%
G = 10.48%
B = 7.42%

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

#BC1811 (or 0xBC1811) is known color: Fire Brick. HEX triplet: BC, 18 and 11. RGB value is (188,24,17). Sum of RGB (Red+Green+Blue) = 188+24+17=229 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.10% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1811 is #43E7EE. Grayscale: #484848. Windows color (decimal): -4450287 or 1120444. OLE color: 1120444.

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

Color convert

RGB 188 24 17 -
CMYK 0 0.87 0.91 0.26
HSL 2.46º 0.83% 0.4% -
HSV(B) 2.46º 0.91% 0.74% -
XYZ 21.17 11.39 1.61 -
YUV 72.24 96.83 210.57 -
System Red Green Blue C M Y K H S L
Decimal 188 24 17 0 0.87 0.91 0.26 2.46 0.83 0.4
Hex BC 18 11 0 57 5B 1A 2 53 28
Octal 274 30 21 0 127 133 32 2 123 50
Binary 10111100 11000 10001 0 1010111 1011011 11010 10 1010011 101000

Color Harmonies of #BC1811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1811

Black with #BC1811

Text Example


Text Example

White with #BC1811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1811; }

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

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

background-color css

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

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

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

border-color css

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

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

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