Html Css Color HEX #BC1A16 Fire Brick

📋 copy color: '#BC1A16'

red 188 ◦ green 26 ◦ blue 22

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

Shades of Fire Brick #BC1A16

Tints of Fire Brick #BC1A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.02%

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

R = 79.66%
G = 11.02%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC1A16 (or 0xBC1A16) is known color: Fire Brick. HEX triplet: BC, 1A and 16. RGB value is (188,26,22). Sum of RGB (Red+Green+Blue) = 188+26+22=236 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.66% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1A16 is #43E5E9. Grayscale: #4A4A4A. Windows color (decimal): -4449770 or 1448636. OLE color: 1448636.

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

Color convert

RGB 188 26 22 -
CMYK 0 0.86 0.88 0.26
HSL 1.45º 0.79% 0.41% -
HSV(B) 1.45º 0.88% 0.74% -
XYZ 21.25 11.49 1.86 -
YUV 73.98 98.67 209.33 -
System Red Green Blue C M Y K H S L
Decimal 188 26 22 0 0.86 0.88 0.26 1.45 0.79 0.41
Hex BC 1A 16 0 56 58 1A 1 4F 29
Octal 274 32 26 0 126 130 32 1 117 51
Binary 10111100 11010 10110 0 1010110 1011000 11010 1 1001111 101001

Color Harmonies of #BC1A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A16

Black with #BC1A16

Text Example


Text Example

White with #BC1A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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