Html Css Color HEX #BC2022 Fire Engine Red

📋 copy color: '#BC2022'

red 188 ◦ green 32 ◦ blue 34

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

Shades of Fire Engine Red #BC2022

Tints of Fire Engine Red #BC2022

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.6%

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

R = 74.02%
G = 12.6%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC2022 (or 0xBC2022) is known color: Fire Engine Red. HEX triplet: BC, 20 and 22. RGB value is (188,32,34). Sum of RGB (Red+Green+Blue) = 188+32+34=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2022 is #43DFDD. Grayscale: #4F4F4F. Windows color (decimal): -4448222 or 2236604. OLE color: 2236604.

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

Color convert

RGB 188 32 34 -
CMYK 0 0.83 0.82 0.26
HSL 359.23º 0.71% 0.43% -
HSV(B) 359.23º 0.83% 0.74% -
XYZ 21.54 11.84 2.66 -
YUV 78.87 102.68 205.84 -
System Red Green Blue C M Y K H S L
Decimal 188 32 34 0 0.83 0.82 0.26 359.23 0.71 0.43
Hex BC 20 22 0 53 52 1A 167 47 2B
Octal 274 40 42 0 123 122 32 547 107 53
Binary 10111100 100000 100010 0 1010011 1010010 11010 101100111 1000111 101011

Color Harmonies of #BC2022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2022

Black with #BC2022

Text Example


Text Example

White with #BC2022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2022; }

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

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

background-color css

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

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

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

border-color css

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

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

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