Html Css Color HEX #BC1F13 Fire Brick

📋 copy color: '#BC1F13'

red 188 ◦ green 31 ◦ blue 19

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

Shades of Fire Brick #BC1F13

Tints of Fire Brick #BC1F13

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.03%

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

R = 78.99%
G = 13.03%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC1F13 (or 0xBC1F13) is known color: Fire Brick. HEX triplet: BC, 1F and 13. RGB value is (188,31,19). Sum of RGB (Red+Green+Blue) = 188+31+19=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1F13 is #43E0EC. Grayscale: #4C4C4C. Windows color (decimal): -4448493 or 1253308. OLE color: 1253308.

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

Color convert

RGB 188 31 19 -
CMYK 0 0.84 0.90 0.26
HSL 4.26º 0.82% 0.41% -
HSV(B) 4.26º 0.9% 0.74% -
XYZ 21.35 11.72 1.75 -
YUV 76.58 95.51 207.48 -
System Red Green Blue C M Y K H S L
Decimal 188 31 19 0 0.84 0.90 0.26 4.26 0.82 0.41
Hex BC 1F 13 0 54 5A 1A 4 52 29
Octal 274 37 23 0 124 132 32 4 122 51
Binary 10111100 11111 10011 0 1010100 1011010 11010 100 1010010 101001

Color Harmonies of #BC1F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1F13

Black with #BC1F13

Text Example


Text Example

White with #BC1F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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