Html Css Color HEX #BC1A28 Fire Engine Red

📋 copy color: '#BC1A28'

red 188 ◦ green 26 ◦ blue 40

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

Shades of Fire Engine Red #BC1A28

Tints of Fire Engine Red #BC1A28

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.24%

 BLUE value IS 40 (16.02% from 255) = 15.75%

R = 74.02%
G = 10.24%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC1A28 (or 0xBC1A28) is known color: Fire Engine Red. HEX triplet: BC, 1A and 28. RGB value is (188,26,40). Sum of RGB (Red+Green+Blue) = 188+26+40=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1A28 is #43E5D7. Grayscale: #4C4C4C. Windows color (decimal): -4449752 or 2628284. OLE color: 2628284.

HSL color Cylindrical-coordinate representation of color #BC1A28: hue angle of 354.81º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1A28 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 26 40 -
CMYK 0 0.86 0.79 0.26
HSL 354.81º 0.76% 0.42% -
HSV(B) 354.81º 0.86% 0.74% -
XYZ 21.49 11.58 3.11 -
YUV 76.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 188 26 40 0 0.86 0.79 0.26 354.81 0.76 0.42
Hex BC 1A 28 0 56 4F 1A 163 4C 2A
Octal 274 32 50 0 126 117 32 543 114 52
Binary 10111100 11010 101000 0 1010110 1001111 11010 101100011 1001100 101010

Color Harmonies of #BC1A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A28

Black with #BC1A28

Text Example


Text Example

White with #BC1A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A28; }

 p { color: rgb(188,26,40); }

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

background-color css

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

 a { background-color: rgb(188,26,40); }

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

border-color css

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

 span { border-color: rgb(188,26,40); }

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