Html Css Color HEX #BC291F Fire Brick

📋 copy color: '#BC291F'

red 188 ◦ green 41 ◦ blue 31

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

Shades of Fire Brick #BC291F

Tints of Fire Brick #BC291F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.77%

 BLUE value IS 31 (12.5% from 255) = 11.92%

R = 72.31%
G = 15.77%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC291F (or 0xBC291F) is known color: Fire Brick. HEX triplet: BC, 29 and 1F. RGB value is (188,41,31). Sum of RGB (Red+Green+Blue) = 188+41+31=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC291F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC291F is #43D6E0. Grayscale: #545454. Windows color (decimal): -4445921 or 2042300. OLE color: 2042300.

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

Color convert

RGB 188 41 31 -
CMYK 0 0.78 0.84 0.26
HSL 3.82º 0.72% 0.43% -
HSV(B) 3.82º 0.84% 0.74% -
XYZ 21.78 12.38 2.54 -
YUV 83.81 98.2 202.31 -
System Red Green Blue C M Y K H S L
Decimal 188 41 31 0 0.78 0.84 0.26 3.82 0.72 0.43
Hex BC 29 1F 0 4E 54 1A 4 48 2B
Octal 274 51 37 0 116 124 32 4 110 53
Binary 10111100 101001 11111 0 1001110 1010100 11010 100 1001000 101011

Color Harmonies of #BC291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC291F

Black with #BC291F

Text Example


Text Example

White with #BC291F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC291F; }

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

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

background-color css

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

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

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

border-color css

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

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

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