Html Css Color HEX #BC1826 Fire Engine Red

📋 copy color: '#BC1826'

red 188 ◦ green 24 ◦ blue 38

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

Shades of Fire Engine Red #BC1826

Tints of Fire Engine Red #BC1826

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.6%

 BLUE value IS 38 (15.23% from 255) = 15.2%

R = 75.2%
G = 9.6%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC1826 (or 0xBC1826) is known color: Fire Engine Red. HEX triplet: BC, 18 and 26. RGB value is (188,24,38). Sum of RGB (Red+Green+Blue) = 188+24+38=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1826 is #43E7D9. Grayscale: #4A4A4A. Windows color (decimal): -4450266 or 2496700. OLE color: 2496700.

HSL color Cylindrical-coordinate representation of color #BC1826: hue angle of 354.88º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1826 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 24 38 -
CMYK 0 0.87 0.80 0.26
HSL 354.88º 0.77% 0.42% -
HSV(B) 354.88º 0.87% 0.74% -
XYZ 21.42 11.48 2.92 -
YUV 74.63 107.33 208.86 -
System Red Green Blue C M Y K H S L
Decimal 188 24 38 0 0.87 0.80 0.26 354.88 0.77 0.42
Hex BC 18 26 0 57 50 1A 163 4D 2A
Octal 274 30 46 0 127 120 32 543 115 52
Binary 10111100 11000 100110 0 1010111 1010000 11010 101100011 1001101 101010

Color Harmonies of #BC1826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1826

Black with #BC1826

Text Example


Text Example

White with #BC1826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1826; }

 p { color: rgb(188,24,38); }

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

background-color css

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

 a { background-color: rgb(188,24,38); }

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

border-color css

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

 span { border-color: rgb(188,24,38); }

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