#BC1822

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

Shades of Fire Engine Red #BC1822

Tints of Fire Engine Red #BC1822

Color information

#BC1822 (or 0xBC1822) is unknown color: approx Fire Engine Red. HEX triplet: BC, 18 and 22. RGB value is (188,24,34). Sum of RGB (Red+Green+Blue) = 188+24+34=246 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.42% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1822 is #43E7DD. Grayscale: #4A4A4A. Windows color (decimal): -4450270 or 2234556. OLE color: 2234556.

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

Color convert

RGB1882434-
CMYK00.870.820.26
HSL356.34º77.36%41.57%-
HSV(B)356.34º87.23%73.73%-
XYZ21.3511.462.6-
YUV74.18105.33209.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 76.42%
GREEN value IS 24 (9.77% from 255) = 9.76%
BLUE value IS 34 (13.67% from 255) = 13.82%
R=76.42%
G=9.76%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188243400.870.820.26356.3477.3641.57
HexBC1822057521A1644d2a
Octal274304201271223254411552
Binary1011110011000100010010101111010010110101011001001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1822; }

 p { color: rgb(188,24,34); }

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

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

 a { background-color: rgb(188,24,34); }

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

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

 span { border-color: rgb(188,24,34); }

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