Html Css Color HEX #BC1A14 Fire Brick

📋 copy color: '#BC1A14'

red 188 ◦ green 26 ◦ blue 20

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

Shades of Fire Brick #BC1A14

Tints of Fire Brick #BC1A14

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.11%

 BLUE value IS 20 (8.2% from 255) = 8.55%

R = 80.34%
G = 11.11%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC1A14 (or 0xBC1A14) is known color: Fire Brick. HEX triplet: BC, 1A and 14. RGB value is (188,26,20). Sum of RGB (Red+Green+Blue) = 188+26+20=234 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.34% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1A14 is #43E5EB. Grayscale: #494949. Windows color (decimal): -4449772 or 1317564. OLE color: 1317564.

HSL color Cylindrical-coordinate representation of color #BC1A14: hue angle of 2.14º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1A14 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 26 20 -
CMYK 0 0.86 0.89 0.26
HSL 2.14º 0.81% 0.41% -
HSV(B) 2.14º 0.89% 0.74% -
XYZ 21.23 11.48 1.76 -
YUV 73.75 97.67 209.49 -
System Red Green Blue C M Y K H S L
Decimal 188 26 20 0 0.86 0.89 0.26 2.14 0.81 0.41
Hex BC 1A 14 0 56 59 1A 2 51 29
Octal 274 32 24 0 126 131 32 2 121 51
Binary 10111100 11010 10100 0 1010110 1011001 11010 10 1010001 101001

Color Harmonies of #BC1A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A14

Black with #BC1A14

Text Example


Text Example

White with #BC1A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A14; }

 p { color: rgb(188,26,20); }

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

background-color css

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

 a { background-color: rgb(188,26,20); }

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

border-color css

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

 span { border-color: rgb(188,26,20); }

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