Html Css Color HEX #BC1D0E Fire Brick

📋 copy color: '#BC1D0E'

red 188 ◦ green 29 ◦ blue 14

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

Shades of Fire Brick #BC1D0E

Tints of Fire Brick #BC1D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.06%

R = 81.39%
G = 12.55%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC1D0E (or 0xBC1D0E) is known color: Fire Brick. HEX triplet: BC, 1D and 0E. RGB value is (188,29,14). Sum of RGB (Red+Green+Blue) = 188+29+14=231 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.39% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1D0E is #43E2F1. Grayscale: #4B4B4B. Windows color (decimal): -4449010 or 925116. OLE color: 925116.

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

Color convert

RGB 188 29 14 -
CMYK 0 0.85 0.93 0.26
HSL 5.17º 0.86% 0.4% -
HSV(B) 5.17º 0.93% 0.74% -
XYZ 21.26 11.6 1.53 -
YUV 74.83 93.68 208.72 -
System Red Green Blue C M Y K H S L
Decimal 188 29 14 0 0.85 0.93 0.26 5.17 0.86 0.4
Hex BC 1D E 0 55 5D 1A 5 56 28
Octal 274 35 16 0 125 135 32 5 126 50
Binary 10111100 11101 1110 0 1010101 1011101 11010 101 1010110 101000

Color Harmonies of #BC1D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1D0E

Black with #BC1D0E

Text Example


Text Example

White with #BC1D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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