Html Css Color HEX #BC1D15 Fire Brick

📋 copy color: '#BC1D15'

red 188 ◦ green 29 ◦ blue 21

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

Shades of Fire Brick #BC1D15

Tints of Fire Brick #BC1D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.18%

 BLUE value IS 21 (8.59% from 255) = 8.82%

R = 78.99%
G = 12.18%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC1D15 (or 0xBC1D15) is known color: Fire Brick. HEX triplet: BC, 1D and 15. RGB value is (188,29,21). Sum of RGB (Red+Green+Blue) = 188+29+21=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1D15 is #43E2EA. Grayscale: #4B4B4B. Windows color (decimal): -4449003 or 1383868. OLE color: 1383868.

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

Color convert

RGB 188 29 21 -
CMYK 0 0.85 0.89 0.26
HSL 2.87º 0.8% 0.41% -
HSV(B) 2.87º 0.89% 0.74% -
XYZ 21.31 11.62 1.83 -
YUV 75.63 97.18 208.15 -
System Red Green Blue C M Y K H S L
Decimal 188 29 21 0 0.85 0.89 0.26 2.87 0.8 0.41
Hex BC 1D 15 0 55 59 1A 3 50 29
Octal 274 35 25 0 125 131 32 3 120 51
Binary 10111100 11101 10101 0 1010101 1011001 11010 11 1010000 101001

Color Harmonies of #BC1D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1D15

Black with #BC1D15

Text Example


Text Example

White with #BC1D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1D15; }

 p { color: rgb(188,29,21); }

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

background-color css

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

 a { background-color: rgb(188,29,21); }

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

border-color css

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

 span { border-color: rgb(188,29,21); }

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