Html Css Color HEX #BC141E Fire Engine Red

📋 copy color: '#BC141E'

red 188 ◦ green 20 ◦ blue 30

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

Shades of Fire Engine Red #BC141E

Tints of Fire Engine Red #BC141E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.4%

 BLUE value IS 30 (12.11% from 255) = 12.61%

R = 78.99%
G = 8.4%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC141E (or 0xBC141E) is known color: Fire Engine Red. HEX triplet: BC, 14 and 1E. RGB value is (188,20,30). Sum of RGB (Red+Green+Blue) = 188+20+30=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC141E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC141E is #43EBE1. Grayscale: #474747. Windows color (decimal): -4451298 or 1971388. OLE color: 1971388.

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

Color convert

RGB 188 20 30 -
CMYK 0 0.89 0.84 0.26
HSL 356.43º 0.81% 0.41% -
HSV(B) 356.43º 0.89% 0.74% -
XYZ 21.22 11.29 2.29 -
YUV 71.37 104.66 211.19 -
System Red Green Blue C M Y K H S L
Decimal 188 20 30 0 0.89 0.84 0.26 356.43 0.81 0.41
Hex BC 14 1E 0 59 54 1A 164 51 29
Octal 274 24 36 0 131 124 32 544 121 51
Binary 10111100 10100 11110 0 1011001 1010100 11010 101100100 1010001 101001

Color Harmonies of #BC141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC141E

Black with #BC141E

Text Example


Text Example

White with #BC141E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC141E; }

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

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

background-color css

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

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

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

border-color css

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

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

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