Html Css Color HEX #BC1620 Fire Engine Red

📋 copy color: '#BC1620'

red 188 ◦ green 22 ◦ blue 32

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

Shades of Fire Engine Red #BC1620

Tints of Fire Engine Red #BC1620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.09%

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

R = 77.69%
G = 9.09%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BC1620 (or 0xBC1620) is known color: Fire Engine Red. HEX triplet: BC, 16 and 20. RGB value is (188,22,32). Sum of RGB (Red+Green+Blue) = 188+22+32=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1620 is #43E9DF. Grayscale: #484848. Windows color (decimal): -4450784 or 2102972. OLE color: 2102972.

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

Color convert

RGB 188 22 32 -
CMYK 0 0.88 0.83 0.26
HSL 356.39º 0.79% 0.41% -
HSV(B) 356.39º 0.88% 0.74% -
XYZ 21.29 11.37 2.44 -
YUV 72.77 105 210.19 -
System Red Green Blue C M Y K H S L
Decimal 188 22 32 0 0.88 0.83 0.26 356.39 0.79 0.41
Hex BC 16 20 0 58 53 1A 164 4F 29
Octal 274 26 40 0 130 123 32 544 117 51
Binary 10111100 10110 100000 0 1011000 1010011 11010 101100100 1001111 101001

Color Harmonies of #BC1620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1620

Black with #BC1620

Text Example


Text Example

White with #BC1620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1620; }

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

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

background-color css

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

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

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

border-color css

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

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

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