Html Css Color HEX #BC1F12 Fire Brick

📋 copy color: '#BC1F12'

red 188 ◦ green 31 ◦ blue 18

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

Shades of Fire Brick #BC1F12

Tints of Fire Brick #BC1F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.59%

R = 79.32%
G = 13.08%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC1F12 (or 0xBC1F12) is known color: Fire Brick. HEX triplet: BC, 1F and 12. RGB value is (188,31,18). Sum of RGB (Red+Green+Blue) = 188+31+18=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1F12 is #43E0ED. Grayscale: #4C4C4C. Windows color (decimal): -4448494 or 1187772. OLE color: 1187772.

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

Color convert

RGB 188 31 18 -
CMYK 0 0.84 0.90 0.26
HSL 4.59º 0.83% 0.4% -
HSV(B) 4.59º 0.9% 0.74% -
XYZ 21.34 11.72 1.71 -
YUV 76.46 95.01 207.56 -
System Red Green Blue C M Y K H S L
Decimal 188 31 18 0 0.84 0.90 0.26 4.59 0.83 0.4
Hex BC 1F 12 0 54 5A 1A 5 53 28
Octal 274 37 22 0 124 132 32 5 123 50
Binary 10111100 11111 10010 0 1010100 1011010 11010 101 1010011 101000

Color Harmonies of #BC1F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1F12

Black with #BC1F12

Text Example


Text Example

White with #BC1F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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