Html Css Color HEX #BC181A Fire Engine Red

📋 copy color: '#BC181A'

red 188 ◦ green 24 ◦ blue 26

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

Shades of Fire Engine Red #BC181A

Tints of Fire Engine Red #BC181A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.92%

R = 78.99%
G = 10.08%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC181A (or 0xBC181A) is known color: Fire Engine Red. HEX triplet: BC, 18 and 1A. RGB value is (188,24,26). Sum of RGB (Red+Green+Blue) = 188+24+26=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC181A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC181A is #43E7E5. Grayscale: #494949. Windows color (decimal): -4450278 or 1710268. OLE color: 1710268.

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

Color convert

RGB 188 24 26 -
CMYK 0 0.87 0.86 0.26
HSL 359.27º 0.77% 0.42% -
HSV(B) 359.27º 0.87% 0.74% -
XYZ 21.25 11.42 2.06 -
YUV 73.26 101.33 209.84 -
System Red Green Blue C M Y K H S L
Decimal 188 24 26 0 0.87 0.86 0.26 359.27 0.77 0.42
Hex BC 18 1A 0 57 56 1A 167 4D 2A
Octal 274 30 32 0 127 126 32 547 115 52
Binary 10111100 11000 11010 0 1010111 1010110 11010 101100111 1001101 101010

Color Harmonies of #BC181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC181A

Black with #BC181A

Text Example


Text Example

White with #BC181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC181A; }

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

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

background-color css

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

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

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

border-color css

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

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

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