Html Css Color HEX #BC1A17 Fire Brick

📋 copy color: '#BC1A17'

red 188 ◦ green 26 ◦ blue 23

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

Shades of Fire Brick #BC1A17

Tints of Fire Brick #BC1A17

RGB

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

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

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

R = 79.32%
G = 10.97%
B = 9.7%

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

#BC1A17 (or 0xBC1A17) is known color: Fire Brick. HEX triplet: BC, 1A and 17. RGB value is (188,26,23). Sum of RGB (Red+Green+Blue) = 188+26+23=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1A17 is #43E5E8. Grayscale: #4A4A4A. Windows color (decimal): -4449769 or 1514172. OLE color: 1514172.

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

Color convert

RGB 188 26 23 -
CMYK 0 0.86 0.88 0.26
HSL 1.09º 0.78% 0.41% -
HSV(B) 1.09º 0.88% 0.74% -
XYZ 21.26 11.49 1.91 -
YUV 74.1 99.17 209.24 -
System Red Green Blue C M Y K H S L
Decimal 188 26 23 0 0.86 0.88 0.26 1.09 0.78 0.41
Hex BC 1A 17 0 56 58 1A 1 4E 29
Octal 274 32 27 0 126 130 32 1 116 51
Binary 10111100 11010 10111 0 1010110 1011000 11010 1 1001110 101001

Color Harmonies of #BC1A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A17

Black with #BC1A17

Text Example


Text Example

White with #BC1A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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