Html Css Color HEX #BC1123 Fire Engine Red

📋 copy color: '#BC1123'

red 188 ◦ green 17 ◦ blue 35

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

Shades of Fire Engine Red #BC1123

Tints of Fire Engine Red #BC1123

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.08%

 BLUE value IS 35 (14.06% from 255) = 14.58%

R = 78.33%
G = 7.08%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC1123 (or 0xBC1123) is known color: Fire Engine Red. HEX triplet: BC, 11 and 23. RGB value is (188,17,35). Sum of RGB (Red+Green+Blue) = 188+17+35=240 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.33% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 35 (14.06% from 255 or 14.58% from 240); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1123 is #43EEDC. Grayscale: #464646. Windows color (decimal): -4452061 or 2298300. OLE color: 2298300.

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

Color convert

RGB 188 17 35 -
CMYK 0 0.91 0.81 0.26
HSL 353.68º 0.83% 0.4% -
HSV(B) 353.68º 0.91% 0.74% -
XYZ 21.24 11.21 2.63 -
YUV 70.18 108.15 212.04 -
System Red Green Blue C M Y K H S L
Decimal 188 17 35 0 0.91 0.81 0.26 353.68 0.83 0.4
Hex BC 11 23 0 5B 51 1A 162 53 28
Octal 274 21 43 0 133 121 32 542 123 50
Binary 10111100 10001 100011 0 1011011 1010001 11010 101100010 1010011 101000

Color Harmonies of #BC1123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1123

Black with #BC1123

Text Example


Text Example

White with #BC1123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1123; }

 p { color: rgb(188,17,35); }

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

background-color css

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

 a { background-color: rgb(188,17,35); }

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

border-color css

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

 span { border-color: rgb(188,17,35); }

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