Html Css Color HEX #BC2122 Fire Engine Red

📋 copy color: '#BC2122'

red 188 ◦ green 33 ◦ blue 34

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

Shades of Fire Engine Red #BC2122

Tints of Fire Engine Red #BC2122

RGB

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

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

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

R = 73.73%
G = 12.94%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC2122 (or 0xBC2122) is known color: Fire Engine Red. HEX triplet: BC, 21 and 22. RGB value is (188,33,34). Sum of RGB (Red+Green+Blue) = 188+33+34=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2122 is #43DEDD. Grayscale: #4F4F4F. Windows color (decimal): -4447966 or 2236860. OLE color: 2236860.

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

Color convert

RGB 188 33 34 -
CMYK 0 0.82 0.82 0.26
HSL 359.61º 0.7% 0.43% -
HSV(B) 359.61º 0.82% 0.74% -
XYZ 21.57 11.89 2.67 -
YUV 79.46 102.35 205.42 -
System Red Green Blue C M Y K H S L
Decimal 188 33 34 0 0.82 0.82 0.26 359.61 0.7 0.43
Hex BC 21 22 0 52 52 1A 168 46 2B
Octal 274 41 42 0 122 122 32 550 106 53
Binary 10111100 100001 100010 0 1010010 1010010 11010 101101000 1000110 101011

Color Harmonies of #BC2122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2122

Black with #BC2122

Text Example


Text Example

White with #BC2122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2122; }

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

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

background-color css

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

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

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

border-color css

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

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

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