Html Css Color HEX #BC181E Fire Engine Red

📋 copy color: '#BC181E'

red 188 ◦ green 24 ◦ blue 30

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

Shades of Fire Engine Red #BC181E

Tints of Fire Engine Red #BC181E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.4%

R = 77.69%
G = 9.92%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC181E (or 0xBC181E) is known color: Fire Engine Red. HEX triplet: BC, 18 and 1E. RGB value is (188,24,30). Sum of RGB (Red+Green+Blue) = 188+24+30=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC181E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC181E is #43E7E1. Grayscale: #494949. Windows color (decimal): -4450274 or 1972412. OLE color: 1972412.

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

Color convert

RGB 188 24 30 -
CMYK 0 0.87 0.84 0.26
HSL 357.8º 0.77% 0.42% -
HSV(B) 357.8º 0.87% 0.74% -
XYZ 21.3 11.44 2.31 -
YUV 73.72 103.33 209.51 -
System Red Green Blue C M Y K H S L
Decimal 188 24 30 0 0.87 0.84 0.26 357.8 0.77 0.42
Hex BC 18 1E 0 57 54 1A 166 4D 2A
Octal 274 30 36 0 127 124 32 546 115 52
Binary 10111100 11000 11110 0 1010111 1010100 11010 101100110 1001101 101010

Color Harmonies of #BC181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC181E

Black with #BC181E

Text Example


Text Example

White with #BC181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC181E; }

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

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

background-color css

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

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

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

border-color css

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

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

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