Html Css Color HEX #BC161E Fire Engine Red

📋 copy color: '#BC161E'

red 188 ◦ green 22 ◦ blue 30

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

Shades of Fire Engine Red #BC161E

Tints of Fire Engine Red #BC161E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.17%

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

R = 78.33%
G = 9.17%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC161E (or 0xBC161E) is known color: Fire Engine Red. HEX triplet: BC, 16 and 1E. RGB value is (188,22,30). Sum of RGB (Red+Green+Blue) = 188+22+30=240 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.33% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 188 - color contains mainly: red. Hex color #BC161E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC161E is #43E9E1. Grayscale: #484848. Windows color (decimal): -4450786 or 1971900. OLE color: 1971900.

HSL color Cylindrical-coordinate representation of color #BC161E: hue angle of 357.11º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC161E is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 22 30 -
CMYK 0 0.88 0.84 0.26
HSL 357.11º 0.79% 0.41% -
HSV(B) 357.11º 0.88% 0.74% -
XYZ 21.26 11.36 2.3 -
YUV 72.55 104 210.35 -
System Red Green Blue C M Y K H S L
Decimal 188 22 30 0 0.88 0.84 0.26 357.11 0.79 0.41
Hex BC 16 1E 0 58 54 1A 165 4F 29
Octal 274 26 36 0 130 124 32 545 117 51
Binary 10111100 10110 11110 0 1011000 1010100 11010 101100101 1001111 101001

Color Harmonies of #BC161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC161E

Black with #BC161E

Text Example


Text Example

White with #BC161E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC161E; }

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

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

background-color css

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

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

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

border-color css

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

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

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