Html Css Color HEX #BC1D17 Fire Brick

📋 copy color: '#BC1D17'

red 188 ◦ green 29 ◦ blue 23

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

Shades of Fire Brick #BC1D17

Tints of Fire Brick #BC1D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.58%

R = 78.33%
G = 12.08%
B = 9.58%

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

#BC1D17 (or 0xBC1D17) is known color: Fire Brick. HEX triplet: BC, 1D and 17. RGB value is (188,29,23). Sum of RGB (Red+Green+Blue) = 188+29+23=240 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.33% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1D17 is #43E2E8. Grayscale: #4C4C4C. Windows color (decimal): -4449001 or 1514940. OLE color: 1514940.

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

Color convert

RGB 188 29 23 -
CMYK 0 0.85 0.88 0.26
HSL 2.18º 0.78% 0.41% -
HSV(B) 2.18º 0.88% 0.74% -
XYZ 21.33 11.63 1.93 -
YUV 75.86 98.18 207.99 -
System Red Green Blue C M Y K H S L
Decimal 188 29 23 0 0.85 0.88 0.26 2.18 0.78 0.41
Hex BC 1D 17 0 55 58 1A 2 4E 29
Octal 274 35 27 0 125 130 32 2 116 51
Binary 10111100 11101 10111 0 1010101 1011000 11010 10 1001110 101001

Color Harmonies of #BC1D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1D17

Black with #BC1D17

Text Example


Text Example

White with #BC1D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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