Html Css Color HEX #BC1029 Fire Engine Red

📋 copy color: '#BC1029'

red 188 ◦ green 16 ◦ blue 41

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

Shades of Fire Engine Red #BC1029

Tints of Fire Engine Red #BC1029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.53%

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

R = 76.73%
G = 6.53%
B = 16.73%

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

#BC1029 (or 0xBC1029) is known color: Fire Engine Red. HEX triplet: BC, 10 and 29. RGB value is (188,16,41). Sum of RGB (Red+Green+Blue) = 188+16+41=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1029 is #43EFD6. Grayscale: #464646. Windows color (decimal): -4452311 or 2691260. OLE color: 2691260.

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

Color convert

RGB 188 16 41 -
CMYK 0 0.91 0.78 0.26
HSL 351.28º 0.84% 0.4% -
HSV(B) 351.28º 0.91% 0.74% -
XYZ 21.32 11.22 3.14 -
YUV 70.28 111.48 211.97 -
System Red Green Blue C M Y K H S L
Decimal 188 16 41 0 0.91 0.78 0.26 351.28 0.84 0.4
Hex BC 10 29 0 5B 4E 1A 15F 54 28
Octal 274 20 51 0 133 116 32 537 124 50
Binary 10111100 10000 101001 0 1011011 1001110 11010 101011111 1010100 101000

Color Harmonies of #BC1029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1029

Black with #BC1029

Text Example


Text Example

White with #BC1029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1029; }

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

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

background-color css

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

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

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

border-color css

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

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

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