Html Css Color HEX #BC1A11 Fire Brick

📋 copy color: '#BC1A11'

red 188 ◦ green 26 ◦ blue 17

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

Shades of Fire Brick #BC1A11

Tints of Fire Brick #BC1A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.36%

R = 81.39%
G = 11.26%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC1A11 (or 0xBC1A11) is known color: Fire Brick. HEX triplet: BC, 1A and 11. RGB value is (188,26,17). Sum of RGB (Red+Green+Blue) = 188+26+17=231 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.39% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1A11 is #43E5EE. Grayscale: #494949. Windows color (decimal): -4449775 or 1120956. OLE color: 1120956.

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

Color convert

RGB 188 26 17 -
CMYK 0 0.86 0.91 0.26
HSL 3.16º 0.83% 0.4% -
HSV(B) 3.16º 0.91% 0.74% -
XYZ 21.21 11.47 1.63 -
YUV 73.41 96.17 209.73 -
System Red Green Blue C M Y K H S L
Decimal 188 26 17 0 0.86 0.91 0.26 3.16 0.83 0.4
Hex BC 1A 11 0 56 5B 1A 3 53 28
Octal 274 32 21 0 126 133 32 3 123 50
Binary 10111100 11010 10001 0 1010110 1011011 11010 11 1010011 101000

Color Harmonies of #BC1A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A11

Black with #BC1A11

Text Example


Text Example

White with #BC1A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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