Html Css Color HEX #BC2124 Fire Engine Red

📋 copy color: '#BC2124'

red 188 ◦ green 33 ◦ blue 36

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

Shades of Fire Engine Red #BC2124

Tints of Fire Engine Red #BC2124

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.84%

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

R = 73.15%
G = 12.84%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC2124 (or 0xBC2124) is known color: Fire Engine Red. HEX triplet: BC, 21 and 24. RGB value is (188,33,36). Sum of RGB (Red+Green+Blue) = 188+33+36=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2124 is #43DEDB. Grayscale: #4F4F4F. Windows color (decimal): -4447964 or 2367932. OLE color: 2367932.

HSL color Cylindrical-coordinate representation of color #BC2124: hue angle of 358.84º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2124 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 33 36 -
CMYK 0 0.82 0.81 0.26
HSL 358.84º 0.7% 0.43% -
HSV(B) 358.84º 0.82% 0.74% -
XYZ 21.6 11.91 2.83 -
YUV 79.69 103.35 205.26 -
System Red Green Blue C M Y K H S L
Decimal 188 33 36 0 0.82 0.81 0.26 358.84 0.7 0.43
Hex BC 21 24 0 52 51 1A 167 46 2B
Octal 274 41 44 0 122 121 32 547 106 53
Binary 10111100 100001 100100 0 1010010 1010001 11010 101100111 1000110 101011

Color Harmonies of #BC2124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2124

Black with #BC2124

Text Example


Text Example

White with #BC2124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2124; }

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

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

background-color css

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

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

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

border-color css

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

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

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