Html Css Color HEX #BC131E Fire Engine Red

📋 copy color: '#BC131E'

red 188 ◦ green 19 ◦ blue 30

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

Shades of Fire Engine Red #BC131E

Tints of Fire Engine Red #BC131E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.02%

 BLUE value IS 30 (12.11% from 255) = 12.66%

R = 79.32%
G = 8.02%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC131E (or 0xBC131E) is known color: Fire Engine Red. HEX triplet: BC, 13 and 1E. RGB value is (188,19,30). Sum of RGB (Red+Green+Blue) = 188+19+30=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC131E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC131E is #43ECE1. Grayscale: #464646. Windows color (decimal): -4451554 or 1971132. OLE color: 1971132.

HSL color Cylindrical-coordinate representation of color #BC131E: hue angle of 356.09º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC131E is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 19 30 -
CMYK 0 0.90 0.84 0.26
HSL 356.09º 0.82% 0.41% -
HSV(B) 356.09º 0.9% 0.74% -
XYZ 21.21 11.25 2.28 -
YUV 70.79 104.99 211.61 -
System Red Green Blue C M Y K H S L
Decimal 188 19 30 0 0.90 0.84 0.26 356.09 0.82 0.41
Hex BC 13 1E 0 5A 54 1A 164 52 29
Octal 274 23 36 0 132 124 32 544 122 51
Binary 10111100 10011 11110 0 1011010 1010100 11010 101100100 1010010 101001

Color Harmonies of #BC131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC131E

Black with #BC131E

Text Example


Text Example

White with #BC131E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC131E; }

 p { color: rgb(188,19,30); }

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

background-color css

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

 a { background-color: rgb(188,19,30); }

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

border-color css

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

 span { border-color: rgb(188,19,30); }

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