#bc2026

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

Shades of Fire Engine Red #BC2026

Tints of Fire Engine Red #BC2026

Color information

#BC2026 (or 0xBC2026) is unknown color: approx Fire Engine Red. HEX triplet: BC, 20 and 26. RGB value is (188,32,38). Sum of RGB (Red+Green+Blue) = 188+32+38=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2026 is #43DFD9. Grayscale: #4F4F4F. Windows color (decimal): -4448218 or 2498748. OLE color: 2498748.

HSL color Cylindrical-coordinate representation of color #BC2026: hue angle of 357.69º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2026 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB1883238-
CMYK00.830.800.26
HSL357.69º70.91%43.14%-
HSV(B)357.69º82.98%73.73%-
XYZ21.6111.862.99-
YUV79.33104.68205.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 72.87%
GREEN value IS 32 (12.89% from 255) = 12.40%
BLUE value IS 38 (15.23% from 255) = 14.73%
R=72.87%
G=12.40%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188323800.830.800.26357.6970.9143.14
HexBC2026053501A166472b
Octal274404601231203254610753
Binary10111100100000100110010100111010000110101011001101000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc2026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc2026; }

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

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

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

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

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

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

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

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