Html Css Color HEX #BC1F10 Fire Brick

📋 copy color: '#BC1F10'

red 188 ◦ green 31 ◦ blue 16

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

Shades of Fire Brick #BC1F10

Tints of Fire Brick #BC1F10

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.19%

 BLUE value IS 16 (6.64% from 255) = 6.81%

R = 80%
G = 13.19%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC1F10 (or 0xBC1F10) is known color: Fire Brick. HEX triplet: BC, 1F and 10. RGB value is (188,31,16). Sum of RGB (Red+Green+Blue) = 188+31+16=235 (31% of max value = 765). Red value is 188 (73.83% from 255 or 80% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1F10 is #43E0EF. Grayscale: #4C4C4C. Windows color (decimal): -4448496 or 1056700. OLE color: 1056700.

HSL color Cylindrical-coordinate representation of color #BC1F10: hue angle of 5.23º degrees, saturation: 0.84, 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 #BC1F10 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 31 16 -
CMYK 0 0.84 0.91 0.26
HSL 5.23º 0.84% 0.4% -
HSV(B) 5.23º 0.91% 0.74% -
XYZ 21.32 11.71 1.63 -
YUV 76.23 94.01 207.72 -
System Red Green Blue C M Y K H S L
Decimal 188 31 16 0 0.84 0.91 0.26 5.23 0.84 0.4
Hex BC 1F 10 0 54 5B 1A 5 54 28
Octal 274 37 20 0 124 133 32 5 124 50
Binary 10111100 11111 10000 0 1010100 1011011 11010 101 1010100 101000

Color Harmonies of #BC1F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1F10

Black with #BC1F10

Text Example


Text Example

White with #BC1F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1F10; }

 p { color: rgb(188,31,16); }

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

background-color css

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

 a { background-color: rgb(188,31,16); }

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

border-color css

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

 span { border-color: rgb(188,31,16); }

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