Html Css Color HEX #BC1526 Fire Engine Red

📋 copy color: '#BC1526'

red 188 ◦ green 21 ◦ blue 38

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

Shades of Fire Engine Red #BC1526

Tints of Fire Engine Red #BC1526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.5%

 BLUE value IS 38 (15.23% from 255) = 15.38%

R = 76.11%
G = 8.5%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC1526 (or 0xBC1526) is known color: Fire Engine Red. HEX triplet: BC, 15 and 26. RGB value is (188,21,38). Sum of RGB (Red+Green+Blue) = 188+21+38=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1526 is #43EAD9. Grayscale: #484848. Windows color (decimal): -4451034 or 2495932. OLE color: 2495932.

HSL color Cylindrical-coordinate representation of color #BC1526: hue angle of 353.89º degrees, saturation: 0.8, 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 #BC1526 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 21 38 -
CMYK 0 0.89 0.80 0.26
HSL 353.89º 0.8% 0.41% -
HSV(B) 353.89º 0.89% 0.74% -
XYZ 21.36 11.37 2.9 -
YUV 72.87 108.33 210.12 -
System Red Green Blue C M Y K H S L
Decimal 188 21 38 0 0.89 0.80 0.26 353.89 0.8 0.41
Hex BC 15 26 0 59 50 1A 162 50 29
Octal 274 25 46 0 131 120 32 542 120 51
Binary 10111100 10101 100110 0 1011001 1010000 11010 101100010 1010000 101001

Color Harmonies of #BC1526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1526

Black with #BC1526

Text Example


Text Example

White with #BC1526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1526; }

 p { color: rgb(188,21,38); }

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

background-color css

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

 a { background-color: rgb(188,21,38); }

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

border-color css

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

 span { border-color: rgb(188,21,38); }

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