Html Css Color HEX #BC1224 Fire Engine Red

📋 copy color: '#BC1224'

red 188 ◦ green 18 ◦ blue 36

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

Shades of Fire Engine Red #BC1224

Tints of Fire Engine Red #BC1224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.88%

R = 77.69%
G = 7.44%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC1224 (or 0xBC1224) is known color: Fire Engine Red. HEX triplet: BC, 12 and 24. RGB value is (188,18,36). Sum of RGB (Red+Green+Blue) = 188+18+36=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1224 is #43EDDB. Grayscale: #464646. Windows color (decimal): -4451804 or 2364092. OLE color: 2364092.

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

Color convert

RGB 188 18 36 -
CMYK 0 0.90 0.81 0.26
HSL 353.65º 0.83% 0.4% -
HSV(B) 353.65º 0.9% 0.74% -
XYZ 21.27 11.25 2.72 -
YUV 70.88 108.32 211.54 -
System Red Green Blue C M Y K H S L
Decimal 188 18 36 0 0.90 0.81 0.26 353.65 0.83 0.4
Hex BC 12 24 0 5A 51 1A 162 53 28
Octal 274 22 44 0 132 121 32 542 123 50
Binary 10111100 10010 100100 0 1011010 1010001 11010 101100010 1010011 101000

Color Harmonies of #BC1224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1224

Black with #BC1224

Text Example


Text Example

White with #BC1224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1224; }

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

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

background-color css

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

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

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

border-color css

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

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

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