Html Css Color HEX #BC1220 Fire Engine Red

📋 copy color: '#BC1220'

red 188 ◦ green 18 ◦ blue 32

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

Shades of Fire Engine Red #BC1220

Tints of Fire Engine Red #BC1220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.56%

 BLUE value IS 32 (12.89% from 255) = 13.45%

R = 78.99%
G = 7.56%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BC1220 (or 0xBC1220) is known color: Fire Engine Red. HEX triplet: BC, 12 and 20. RGB value is (188,18,32). Sum of RGB (Red+Green+Blue) = 188+18+32=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1220 is #43EDDF. Grayscale: #464646. Windows color (decimal): -4451808 or 2101948. OLE color: 2101948.

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

Color convert

RGB 188 18 32 -
CMYK 0 0.90 0.83 0.26
HSL 355.06º 0.83% 0.4% -
HSV(B) 355.06º 0.9% 0.74% -
XYZ 21.22 11.23 2.42 -
YUV 70.43 106.32 211.86 -
System Red Green Blue C M Y K H S L
Decimal 188 18 32 0 0.90 0.83 0.26 355.06 0.83 0.4
Hex BC 12 20 0 5A 53 1A 163 53 28
Octal 274 22 40 0 132 123 32 543 123 50
Binary 10111100 10010 100000 0 1011010 1010011 11010 101100011 1010011 101000

Color Harmonies of #BC1220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1220

Black with #BC1220

Text Example


Text Example

White with #BC1220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1220; }

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

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

background-color css

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

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

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

border-color css

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

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

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