Html Css Color HEX #BC121F Fire Engine Red

📋 copy color: '#BC121F'

red 188 ◦ green 18 ◦ blue 31

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

Shades of Fire Engine Red #BC121F

Tints of Fire Engine Red #BC121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.59%

 BLUE value IS 31 (12.5% from 255) = 13.08%

R = 79.32%
G = 7.59%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC121F (or 0xBC121F) is known color: Fire Engine Red. HEX triplet: BC, 12 and 1F. RGB value is (188,18,31). Sum of RGB (Red+Green+Blue) = 188+18+31=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC121F is #43EDE0. Grayscale: #464646. Windows color (decimal): -4451809 or 2036412. OLE color: 2036412.

HSL color Cylindrical-coordinate representation of color #BC121F: hue angle of 355.41º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC121F is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 18 31 -
CMYK 0 0.90 0.84 0.26
HSL 355.41º 0.83% 0.4% -
HSV(B) 355.41º 0.9% 0.74% -
XYZ 21.2 11.22 2.35 -
YUV 70.31 105.82 211.94 -
System Red Green Blue C M Y K H S L
Decimal 188 18 31 0 0.90 0.84 0.26 355.41 0.83 0.4
Hex BC 12 1F 0 5A 54 1A 163 53 28
Octal 274 22 37 0 132 124 32 543 123 50
Binary 10111100 10010 11111 0 1011010 1010100 11010 101100011 1010011 101000

Color Harmonies of #BC121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC121F

Black with #BC121F

Text Example


Text Example

White with #BC121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC121F; }

 p { color: rgb(188,18,31); }

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

background-color css

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

 a { background-color: rgb(188,18,31); }

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

border-color css

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

 span { border-color: rgb(188,18,31); }

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