Html Css Color HEX #BC1D14 Fire Brick

📋 copy color: '#BC1D14'

red 188 ◦ green 29 ◦ blue 20

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

Shades of Fire Brick #BC1D14

Tints of Fire Brick #BC1D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.44%

R = 79.32%
G = 12.24%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC1D14 (or 0xBC1D14) is known color: Fire Brick. HEX triplet: BC, 1D and 14. RGB value is (188,29,20). Sum of RGB (Red+Green+Blue) = 188+29+20=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1D14 is #43E2EB. Grayscale: #4B4B4B. Windows color (decimal): -4449004 or 1318332. OLE color: 1318332.

HSL color Cylindrical-coordinate representation of color #BC1D14: hue angle of 3.21º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1D14 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 29 20 -
CMYK 0 0.85 0.89 0.26
HSL 3.21º 0.81% 0.41% -
HSV(B) 3.21º 0.89% 0.74% -
XYZ 21.3 11.62 1.78 -
YUV 75.52 96.68 208.23 -
System Red Green Blue C M Y K H S L
Decimal 188 29 20 0 0.85 0.89 0.26 3.21 0.81 0.41
Hex BC 1D 14 0 55 59 1A 3 51 29
Octal 274 35 24 0 125 131 32 3 121 51
Binary 10111100 11101 10100 0 1010101 1011001 11010 11 1010001 101001

Color Harmonies of #BC1D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1D14

Black with #BC1D14

Text Example


Text Example

White with #BC1D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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