Html Css Color HEX #BC1523 Fire Engine Red

📋 copy color: '#BC1523'

red 188 ◦ green 21 ◦ blue 35

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

Shades of Fire Engine Red #BC1523

Tints of Fire Engine Red #BC1523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.61%

 BLUE value IS 35 (14.06% from 255) = 14.34%

R = 77.05%
G = 8.61%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC1523 (or 0xBC1523) is known color: Fire Engine Red. HEX triplet: BC, 15 and 23. RGB value is (188,21,35). Sum of RGB (Red+Green+Blue) = 188+21+35=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1523 is #43EADC. Grayscale: #484848. Windows color (decimal): -4451037 or 2299324. OLE color: 2299324.

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

Color convert

RGB 188 21 35 -
CMYK 0 0.89 0.81 0.26
HSL 354.97º 0.8% 0.41% -
HSV(B) 354.97º 0.89% 0.74% -
XYZ 21.31 11.35 2.66 -
YUV 72.53 106.83 210.36 -
System Red Green Blue C M Y K H S L
Decimal 188 21 35 0 0.89 0.81 0.26 354.97 0.8 0.41
Hex BC 15 23 0 59 51 1A 163 50 29
Octal 274 25 43 0 131 121 32 543 120 51
Binary 10111100 10101 100011 0 1011001 1010001 11010 101100011 1010000 101001

Color Harmonies of #BC1523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1523

Black with #BC1523

Text Example


Text Example

White with #BC1523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1523; }

 p { color: rgb(188,21,35); }

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

background-color css

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

 a { background-color: rgb(188,21,35); }

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

border-color css

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

 span { border-color: rgb(188,21,35); }

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