#BC131E

Color #BC131E Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #BC131E

Tints of Fire Engine Red #BC131E

Color information

#BC131E (or 0xBC131E) is unknown color: approx Fire Engine Red. HEX triplet: BC, 13 and 1E. RGB value is (188,19,30). Sum of RGB (Red+Green+Blue) = 188+19+30=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC131E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC131E is #43ECE1. Grayscale: #464646. Windows color (decimal): -4451554 or 1971132. OLE color: 1971132.

HSL color Cylindrical-coordinate representation of color #BC131E: hue angle of 356.09º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC131E is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB1881930-
CMYK00.900.840.26
HSL356.09º81.64%40.59%-
HSV(B)356.09º89.89%73.73%-
XYZ21.2111.252.28-
YUV70.78104.99211.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 79.32%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 30 (12.11% from 255) = 12.66%
R=79.32%
G=8.02%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188193000.900.840.26356.0981.6440.59
HexBC131E05A541A1645229
Octal274233601321243254412251
Binary101111001001111110010110101010100110101011001001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC131E; }

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

 H1.HeaderClassName
 {
   color: #BC131E;
 }
 .AnyTagClassName
 {
   color: #BC131E;
 }
</style>
background-color css

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

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

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

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

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

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