Html Css Color HEX #BC1527 Fire Engine Red

📋 copy color: '#BC1527'

red 188 ◦ green 21 ◦ blue 39

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

Shades of Fire Engine Red #BC1527

Tints of Fire Engine Red #BC1527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.73%

R = 75.81%
G = 8.47%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC1527 (or 0xBC1527) is known color: Fire Engine Red. HEX triplet: BC, 15 and 27. RGB value is (188,21,39). Sum of RGB (Red+Green+Blue) = 188+21+39=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1527 is #43EAD8. Grayscale: #494949. Windows color (decimal): -4451033 or 2561468. OLE color: 2561468.

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

Color convert

RGB 188 21 39 -
CMYK 0 0.89 0.79 0.26
HSL 353.53º 0.8% 0.41% -
HSV(B) 353.53º 0.89% 0.74% -
XYZ 21.37 11.37 2.99 -
YUV 72.99 108.83 210.04 -
System Red Green Blue C M Y K H S L
Decimal 188 21 39 0 0.89 0.79 0.26 353.53 0.8 0.41
Hex BC 15 27 0 59 4F 1A 162 50 29
Octal 274 25 47 0 131 117 32 542 120 51
Binary 10111100 10101 100111 0 1011001 1001111 11010 101100010 1010000 101001

Color Harmonies of #BC1527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1527

Black with #BC1527

Text Example


Text Example

White with #BC1527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1527; }

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

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

background-color css

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

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

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

border-color css

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

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

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