Html Css Color HEX #BC1129 Fire Engine Red

📋 copy color: '#BC1129'

red 188 ◦ green 17 ◦ blue 41

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

Shades of Fire Engine Red #BC1129

Tints of Fire Engine Red #BC1129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.67%

R = 76.42%
G = 6.91%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC1129 (or 0xBC1129) is known color: Fire Engine Red. HEX triplet: BC, 11 and 29. RGB value is (188,17,41). Sum of RGB (Red+Green+Blue) = 188+17+41=246 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.42% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1129 is #43EED6. Grayscale: #464646. Windows color (decimal): -4452055 or 2691516. OLE color: 2691516.

HSL color Cylindrical-coordinate representation of color #BC1129: hue angle of 351.58º 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 #BC1129 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 17 41 -
CMYK 0 0.91 0.78 0.26
HSL 351.58º 0.83% 0.4% -
HSV(B) 351.58º 0.91% 0.74% -
XYZ 21.34 11.25 3.15 -
YUV 70.87 111.15 211.55 -
System Red Green Blue C M Y K H S L
Decimal 188 17 41 0 0.91 0.78 0.26 351.58 0.83 0.4
Hex BC 11 29 0 5B 4E 1A 160 53 28
Octal 274 21 51 0 133 116 32 540 123 50
Binary 10111100 10001 101001 0 1011011 1001110 11010 101100000 1010011 101000

Color Harmonies of #BC1129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1129

Black with #BC1129

Text Example


Text Example

White with #BC1129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1129; }

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

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

background-color css

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

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

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

border-color css

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

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

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