Html Css Color HEX #BC1722 Fire Engine Red

📋 copy color: '#BC1722'

red 188 ◦ green 23 ◦ blue 34

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

Shades of Fire Engine Red #BC1722

Tints of Fire Engine Red #BC1722

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.39%

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

R = 76.73%
G = 9.39%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC1722 (or 0xBC1722) is known color: Fire Engine Red. HEX triplet: BC, 17 and 22. RGB value is (188,23,34). Sum of RGB (Red+Green+Blue) = 188+23+34=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1722 is #43E8DD. Grayscale: #494949. Windows color (decimal): -4450526 or 2234300. OLE color: 2234300.

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

Color convert

RGB 188 23 34 -
CMYK 0 0.88 0.82 0.26
HSL 356º 0.78% 0.41% -
HSV(B) 356º 0.88% 0.74% -
XYZ 21.33 11.42 2.59 -
YUV 73.59 105.66 209.61 -
System Red Green Blue C M Y K H S L
Decimal 188 23 34 0 0.88 0.82 0.26 356 0.78 0.41
Hex BC 17 22 0 58 52 1A 164 4E 29
Octal 274 27 42 0 130 122 32 544 116 51
Binary 10111100 10111 100010 0 1011000 1010010 11010 101100100 1001110 101001

Color Harmonies of #BC1722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1722

Black with #BC1722

Text Example


Text Example

White with #BC1722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1722; }

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

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

background-color css

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

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

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

border-color css

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

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

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