#BC0D27

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

Shades of Fire Engine Red #BC0D27

Tints of Fire Engine Red #BC0D27

Color information

#BC0D27 (or 0xBC0D27) is unknown color: approx Fire Engine Red. HEX triplet: BC, 0D and 27. RGB value is (188,13,39). Sum of RGB (Red+Green+Blue) = 188+13+39=240 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.33% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0D27 is #43F2D8. Grayscale: #444444. Windows color (decimal): -4453081 or 2559420. OLE color: 2559420.

HSL color Cylindrical-coordinate representation of color #BC0D27: hue angle of 351.09º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0D27 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB1881339-
CMYK00.930.790.26
HSL351.09º87.06%39.41%-
HSV(B)351.09º93.09%73.73%-
XYZ21.2511.132.95-
YUV68.29111.48213.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 78.33%
GREEN value IS 13 (5.47% from 255) = 5.42%
BLUE value IS 39 (15.62% from 255) = 16.25%
R=78.33%
G=5.42%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188133900.930.790.26351.0987.0639.41
HexBCD2705D4F1A15f5727
Octal274154701351173253712747
Binary101111001101100111010111011001111110101010111111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0D27; }

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

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

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

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

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

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

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

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