Html Css Color HEX #BC1C18 Fire Brick

📋 copy color: '#BC1C18'

red 188 ◦ green 28 ◦ blue 24

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

Shades of Fire Brick #BC1C18

Tints of Fire Brick #BC1C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10%

R = 78.33%
G = 11.67%
B = 10%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC1C18 (or 0xBC1C18) is known color: Fire Brick. HEX triplet: BC, 1C and 18. RGB value is (188,28,24). Sum of RGB (Red+Green+Blue) = 188+28+24=240 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.33% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1C18 is #43E3E7. Grayscale: #4B4B4B. Windows color (decimal): -4449256 or 1580220. OLE color: 1580220.

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

Color convert

RGB 188 28 24 -
CMYK 0 0.85 0.87 0.26
HSL 1.46º 0.77% 0.42% -
HSV(B) 1.46º 0.87% 0.74% -
XYZ 21.32 11.59 1.98 -
YUV 75.38 99.01 208.33 -
System Red Green Blue C M Y K H S L
Decimal 188 28 24 0 0.85 0.87 0.26 1.46 0.77 0.42
Hex BC 1C 18 0 55 57 1A 1 4D 2A
Octal 274 34 30 0 125 127 32 1 115 52
Binary 10111100 11100 11000 0 1010101 1010111 11010 1 1001101 101010

Color Harmonies of #BC1C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1C18

Black with #BC1C18

Text Example


Text Example

White with #BC1C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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