Html Css Color HEX #BC291A Fire Brick

📋 copy color: '#BC291A'

red 188 ◦ green 41 ◦ blue 26

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

Shades of Fire Brick #BC291A

Tints of Fire Brick #BC291A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.2%

R = 73.73%
G = 16.08%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC291A (or 0xBC291A) is known color: Fire Brick. HEX triplet: BC, 29 and 1A. RGB value is (188,41,26). Sum of RGB (Red+Green+Blue) = 188+41+26=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC291A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC291A is #43D6E5. Grayscale: #535353. Windows color (decimal): -4445926 or 1714620. OLE color: 1714620.

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

Color convert

RGB 188 41 26 -
CMYK 0 0.78 0.86 0.26
HSL 5.56º 0.76% 0.42% -
HSV(B) 5.56º 0.86% 0.74% -
XYZ 21.72 12.35 2.22 -
YUV 83.24 95.7 202.72 -
System Red Green Blue C M Y K H S L
Decimal 188 41 26 0 0.78 0.86 0.26 5.56 0.76 0.42
Hex BC 29 1A 0 4E 56 1A 6 4C 2A
Octal 274 51 32 0 116 126 32 6 114 52
Binary 10111100 101001 11010 0 1001110 1010110 11010 110 1001100 101010

Color Harmonies of #BC291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC291A

Black with #BC291A

Text Example


Text Example

White with #BC291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC291A; }

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

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

background-color css

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

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

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

border-color css

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

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

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