Html Css Color HEX #BC1D16 Fire Brick

📋 copy color: '#BC1D16'

red 188 ◦ green 29 ◦ blue 22

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

Shades of Fire Brick #BC1D16

Tints of Fire Brick #BC1D16

RGB

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

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

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

R = 78.66%
G = 12.13%
B = 9.21%

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

#BC1D16 (or 0xBC1D16) is known color: Fire Brick. HEX triplet: BC, 1D and 16. RGB value is (188,29,22). Sum of RGB (Red+Green+Blue) = 188+29+22=239 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.66% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1D16 is #43E2E9. Grayscale: #4B4B4B. Windows color (decimal): -4449002 or 1449404. OLE color: 1449404.

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

Color convert

RGB 188 29 22 -
CMYK 0 0.85 0.88 0.26
HSL 2.53º 0.79% 0.41% -
HSV(B) 2.53º 0.88% 0.74% -
XYZ 21.32 11.63 1.88 -
YUV 75.74 97.68 208.07 -
System Red Green Blue C M Y K H S L
Decimal 188 29 22 0 0.85 0.88 0.26 2.53 0.79 0.41
Hex BC 1D 16 0 55 58 1A 3 4F 29
Octal 274 35 26 0 125 130 32 3 117 51
Binary 10111100 11101 10110 0 1010101 1011000 11010 11 1001111 101001

Color Harmonies of #BC1D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1D16

Black with #BC1D16

Text Example


Text Example

White with #BC1D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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