Html Css Color HEX #BC291D Fire Brick

📋 copy color: '#BC291D'

red 188 ◦ green 41 ◦ blue 29

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

Shades of Fire Brick #BC291D

Tints of Fire Brick #BC291D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.24%

R = 72.87%
G = 15.89%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC291D (or 0xBC291D) is known color: Fire Brick. HEX triplet: BC, 29 and 1D. RGB value is (188,41,29). Sum of RGB (Red+Green+Blue) = 188+41+29=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC291D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC291D is #43D6E2. Grayscale: #535353. Windows color (decimal): -4445923 or 1911228. OLE color: 1911228.

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

Color convert

RGB 188 41 29 -
CMYK 0 0.78 0.85 0.26
HSL 4.53º 0.73% 0.43% -
HSV(B) 4.53º 0.85% 0.74% -
XYZ 21.75 12.37 2.4 -
YUV 83.59 97.2 202.48 -
System Red Green Blue C M Y K H S L
Decimal 188 41 29 0 0.78 0.85 0.26 4.53 0.73 0.43
Hex BC 29 1D 0 4E 55 1A 5 49 2B
Octal 274 51 35 0 116 125 32 5 111 53
Binary 10111100 101001 11101 0 1001110 1010101 11010 101 1001001 101011

Color Harmonies of #BC291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC291D

Black with #BC291D

Text Example


Text Example

White with #BC291D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC291D; }

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

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

background-color css

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

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

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

border-color css

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

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

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