Html Css Color HEX #BC2026 Fire Engine Red

📋 copy color: '#BC2026'

red 188 ◦ green 32 ◦ blue 38

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

Shades of Fire Engine Red #BC2026

Tints of Fire Engine Red #BC2026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.73%

R = 72.87%
G = 12.4%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC2026 (or 0xBC2026) is known color: Fire Engine Red. HEX triplet: BC, 20 and 26. RGB value is (188,32,38). Sum of RGB (Red+Green+Blue) = 188+32+38=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2026 is #43DFD9. Grayscale: #4F4F4F. Windows color (decimal): -4448218 or 2498748. OLE color: 2498748.

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

Color convert

RGB 188 32 38 -
CMYK 0 0.83 0.80 0.26
HSL 357.69º 0.71% 0.43% -
HSV(B) 357.69º 0.83% 0.74% -
XYZ 21.61 11.86 2.99 -
YUV 79.33 104.68 205.51 -
System Red Green Blue C M Y K H S L
Decimal 188 32 38 0 0.83 0.80 0.26 357.69 0.71 0.43
Hex BC 20 26 0 53 50 1A 166 47 2B
Octal 274 40 46 0 123 120 32 546 107 53
Binary 10111100 100000 100110 0 1010011 1010000 11010 101100110 1000111 101011

Color Harmonies of #BC2026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2026

Black with #BC2026

Text Example


Text Example

White with #BC2026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2026; }

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

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

background-color css

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

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

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

border-color css

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

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

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