Html Css Color HEX #BC1914 Fire Brick

📋 copy color: '#BC1914'

red 188 ◦ green 25 ◦ blue 20

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

Shades of Fire Brick #BC1914

Tints of Fire Brick #BC1914

RGB

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

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

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

R = 80.69%
G = 10.73%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC1914 (or 0xBC1914) is known color: Fire Brick. HEX triplet: BC, 19 and 14. RGB value is (188,25,20). Sum of RGB (Red+Green+Blue) = 188+25+20=233 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.69% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1914 is #43E6EB. Grayscale: #494949. Windows color (decimal): -4450028 or 1317308. OLE color: 1317308.

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

Color convert

RGB 188 25 20 -
CMYK 0 0.87 0.89 0.26
HSL 1.79º 0.81% 0.41% -
HSV(B) 1.79º 0.89% 0.74% -
XYZ 21.21 11.44 1.75 -
YUV 73.17 98 209.91 -
System Red Green Blue C M Y K H S L
Decimal 188 25 20 0 0.87 0.89 0.26 1.79 0.81 0.41
Hex BC 19 14 0 57 59 1A 2 51 29
Octal 274 31 24 0 127 131 32 2 121 51
Binary 10111100 11001 10100 0 1010111 1011001 11010 10 1010001 101001

Color Harmonies of #BC1914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1914

Black with #BC1914

Text Example


Text Example

White with #BC1914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1914; }

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

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

background-color css

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

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

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

border-color css

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

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

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