Html Css Color HEX #BC1913 Fire Brick

📋 copy color: '#BC1913'

red 188 ◦ green 25 ◦ blue 19

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

Shades of Fire Brick #BC1913

Tints of Fire Brick #BC1913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.19%

R = 81.03%
G = 10.78%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC1913 (or 0xBC1913) is known color: Fire Brick. HEX triplet: BC, 19 and 13. RGB value is (188,25,19). Sum of RGB (Red+Green+Blue) = 188+25+19=232 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.03% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1913 is #43E6EC. Grayscale: #494949. Windows color (decimal): -4450029 or 1251772. OLE color: 1251772.

HSL color Cylindrical-coordinate representation of color #BC1913: hue angle of 2.13º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1913 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 25 19 -
CMYK 0 0.87 0.90 0.26
HSL 2.13º 0.82% 0.41% -
HSV(B) 2.13º 0.9% 0.74% -
XYZ 21.2 11.43 1.71 -
YUV 73.05 97.5 209.99 -
System Red Green Blue C M Y K H S L
Decimal 188 25 19 0 0.87 0.90 0.26 2.13 0.82 0.41
Hex BC 19 13 0 57 5A 1A 2 52 29
Octal 274 31 23 0 127 132 32 2 122 51
Binary 10111100 11001 10011 0 1010111 1011010 11010 10 1010010 101001

Color Harmonies of #BC1913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1913

Black with #BC1913

Text Example


Text Example

White with #BC1913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1913; }

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

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

background-color css

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

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

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

border-color css

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

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

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