Html Css Color HEX #BC1E0C Fire Brick

📋 copy color: '#BC1E0C'

red 188 ◦ green 30 ◦ blue 12

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

Shades of Fire Brick #BC1E0C

Tints of Fire Brick #BC1E0C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.04%

 BLUE value IS 12 (5.08% from 255) = 5.22%

R = 81.74%
G = 13.04%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC1E0C (or 0xBC1E0C) is known color: Fire Brick. HEX triplet: BC, 1E and 0C. RGB value is (188,30,12). Sum of RGB (Red+Green+Blue) = 188+30+12=230 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.74% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1E0C is #43E1F3. Grayscale: #4B4B4B. Windows color (decimal): -4448756 or 794300. OLE color: 794300.

HSL color Cylindrical-coordinate representation of color #BC1E0C: hue angle of 6.14º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC1E0C is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 30 12 -
CMYK 0 0.84 0.94 0.26
HSL 6.14º 0.88% 0.39% -
HSV(B) 6.14º 0.94% 0.74% -
XYZ 21.27 11.65 1.47 -
YUV 75.19 92.35 208.46 -
System Red Green Blue C M Y K H S L
Decimal 188 30 12 0 0.84 0.94 0.26 6.14 0.88 0.39
Hex BC 1E C 0 54 5E 1A 6 58 27
Octal 274 36 14 0 124 136 32 6 130 47
Binary 10111100 11110 1100 0 1010100 1011110 11010 110 1011000 100111

Color Harmonies of #BC1E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1E0C

Black with #BC1E0C

Text Example


Text Example

White with #BC1E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1E0C; }

 p { color: rgb(188,30,12); }

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

background-color css

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

 a { background-color: rgb(188,30,12); }

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

border-color css

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

 span { border-color: rgb(188,30,12); }

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