Html Css Color HEX #BC1222 Fire Engine Red

📋 copy color: '#BC1222'

red 188 ◦ green 18 ◦ blue 34

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

Shades of Fire Engine Red #BC1222

Tints of Fire Engine Red #BC1222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.17%

R = 78.33%
G = 7.5%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC1222 (or 0xBC1222) is known color: Fire Engine Red. HEX triplet: BC, 12 and 22. RGB value is (188,18,34). Sum of RGB (Red+Green+Blue) = 188+18+34=240 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.33% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 34 (13.67% from 255 or 14.17% from 240); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1222 is #43EDDD. Grayscale: #464646. Windows color (decimal): -4451806 or 2233020. OLE color: 2233020.

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

Color convert

RGB 188 18 34 -
CMYK 0 0.90 0.82 0.26
HSL 354.35º 0.83% 0.4% -
HSV(B) 354.35º 0.9% 0.74% -
XYZ 21.24 11.24 2.56 -
YUV 70.65 107.32 211.7 -
System Red Green Blue C M Y K H S L
Decimal 188 18 34 0 0.90 0.82 0.26 354.35 0.83 0.4
Hex BC 12 22 0 5A 52 1A 162 53 28
Octal 274 22 42 0 132 122 32 542 123 50
Binary 10111100 10010 100010 0 1011010 1010010 11010 101100010 1010011 101000

Color Harmonies of #BC1222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1222

Black with #BC1222

Text Example


Text Example

White with #BC1222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1222; }

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

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

background-color css

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

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

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

border-color css

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

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

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