Html Css Color HEX #BC2514 Fire Brick

📋 copy color: '#BC2514'

red 188 ◦ green 37 ◦ blue 20

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

Shades of Fire Brick #BC2514

Tints of Fire Brick #BC2514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.1%

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 76.73%
G = 15.1%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC2514 (or 0xBC2514) is known color: Fire Brick. HEX triplet: BC, 25 and 14. RGB value is (188,37,20). Sum of RGB (Red+Green+Blue) = 188+37+20=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2514 is #43DAEB. Grayscale: #505050. Windows color (decimal): -4446956 or 1320380. OLE color: 1320380.

HSL color Cylindrical-coordinate representation of color #BC2514: hue angle of 6.07º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC2514 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 37 20 -
CMYK 0 0.80 0.89 0.26
HSL 6.07º 0.81% 0.41% -
HSV(B) 6.07º 0.89% 0.74% -
XYZ 21.53 12.07 1.86 -
YUV 80.21 94.03 204.88 -
System Red Green Blue C M Y K H S L
Decimal 188 37 20 0 0.80 0.89 0.26 6.07 0.81 0.41
Hex BC 25 14 0 50 59 1A 6 51 29
Octal 274 45 24 0 120 131 32 6 121 51
Binary 10111100 100101 10100 0 1010000 1011001 11010 110 1010001 101001

Color Harmonies of #BC2514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2514

Black with #BC2514

Text Example


Text Example

White with #BC2514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2514; }

 p { color: rgb(188,37,20); }

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

background-color css

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

 a { background-color: rgb(188,37,20); }

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

border-color css

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

 span { border-color: rgb(188,37,20); }

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