Html Css Color HEX #BC1615 Fire Brick

📋 copy color: '#BC1615'

red 188 ◦ green 22 ◦ blue 21

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

Shades of Fire Brick #BC1615

Tints of Fire Brick #BC1615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.52%

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

R = 81.39%
G = 9.52%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC1615 (or 0xBC1615) is known color: Fire Brick. HEX triplet: BC, 16 and 15. RGB value is (188,22,21). Sum of RGB (Red+Green+Blue) = 188+22+21=231 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.39% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1615 is #43E9EA. Grayscale: #474747. Windows color (decimal): -4450795 or 1382076. OLE color: 1382076.

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

Color convert

RGB 188 22 21 -
CMYK 0 0.88 0.89 0.26
HSL 0.36º 0.8% 0.41% -
HSV(B) 0.36º 0.89% 0.74% -
XYZ 21.16 11.32 1.78 -
YUV 71.52 99.5 211.08 -
System Red Green Blue C M Y K H S L
Decimal 188 22 21 0 0.88 0.89 0.26 0.36 0.8 0.41
Hex BC 16 15 0 58 59 1A 0 50 29
Octal 274 26 25 0 130 131 32 0 120 51
Binary 10111100 10110 10101 0 1011000 1011001 11010 0 1010000 101001

Color Harmonies of #BC1615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1615

Black with #BC1615

Text Example


Text Example

White with #BC1615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1615; }

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

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

background-color css

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

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

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

border-color css

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

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

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