Html Css Color HEX #BC1C16 Fire Brick

📋 copy color: '#BC1C16'

red 188 ◦ green 28 ◦ blue 22

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

Shades of Fire Brick #BC1C16

Tints of Fire Brick #BC1C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.76%

 BLUE value IS 22 (8.98% from 255) = 9.24%

R = 78.99%
G = 11.76%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC1C16 (or 0xBC1C16) is known color: Fire Brick. HEX triplet: BC, 1C and 16. RGB value is (188,28,22). Sum of RGB (Red+Green+Blue) = 188+28+22=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1C16 is #43E3E9. Grayscale: #4B4B4B. Windows color (decimal): -4449258 or 1449148. OLE color: 1449148.

HSL color Cylindrical-coordinate representation of color #BC1C16: hue angle of 2.17º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1C16 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 28 22 -
CMYK 0 0.85 0.88 0.26
HSL 2.17º 0.79% 0.41% -
HSV(B) 2.17º 0.88% 0.74% -
XYZ 21.3 11.58 1.87 -
YUV 75.16 98.01 208.49 -
System Red Green Blue C M Y K H S L
Decimal 188 28 22 0 0.85 0.88 0.26 2.17 0.79 0.41
Hex BC 1C 16 0 55 58 1A 2 4F 29
Octal 274 34 26 0 125 130 32 2 117 51
Binary 10111100 11100 10110 0 1010101 1011000 11010 10 1001111 101001

Color Harmonies of #BC1C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1C16

Black with #BC1C16

Text Example


Text Example

White with #BC1C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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