Html Css Color HEX #BC1A18 Fire Brick

📋 copy color: '#BC1A18'

red 188 ◦ green 26 ◦ blue 24

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

Shades of Fire Brick #BC1A18

Tints of Fire Brick #BC1A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.08%

R = 78.99%
G = 10.92%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC1A18 (or 0xBC1A18) is known color: Fire Brick. HEX triplet: BC, 1A and 18. RGB value is (188,26,24). Sum of RGB (Red+Green+Blue) = 188+26+24=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1A18 is #43E5E7. Grayscale: #4A4A4A. Windows color (decimal): -4449768 or 1579708. OLE color: 1579708.

HSL color Cylindrical-coordinate representation of color #BC1A18: hue angle of 0.73º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1A18 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 26 24 -
CMYK 0 0.86 0.87 0.26
HSL 0.73º 0.77% 0.42% -
HSV(B) 0.73º 0.87% 0.74% -
XYZ 21.27 11.5 1.96 -
YUV 74.21 99.67 209.16 -
System Red Green Blue C M Y K H S L
Decimal 188 26 24 0 0.86 0.87 0.26 0.73 0.77 0.42
Hex BC 1A 18 0 56 57 1A 1 4D 2A
Octal 274 32 30 0 126 127 32 1 115 52
Binary 10111100 11010 11000 0 1010110 1010111 11010 1 1001101 101010

Color Harmonies of #BC1A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A18

Black with #BC1A18

Text Example


Text Example

White with #BC1A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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