Html Css Color HEX #BC131F Fire Engine Red

📋 copy color: '#BC131F'

red 188 ◦ green 19 ◦ blue 31

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

Shades of Fire Engine Red #BC131F

Tints of Fire Engine Red #BC131F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.03%

R = 78.99%
G = 7.98%
B = 13.03%

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

#BC131F (or 0xBC131F) is known color: Fire Engine Red. HEX triplet: BC, 13 and 1F. RGB value is (188,19,31). Sum of RGB (Red+Green+Blue) = 188+19+31=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC131F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC131F is #43ECE0. Grayscale: #474747. Windows color (decimal): -4451553 or 2036668. OLE color: 2036668.

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

Color convert

RGB 188 19 31 -
CMYK 0 0.90 0.84 0.26
HSL 355.74º 0.82% 0.41% -
HSV(B) 355.74º 0.9% 0.74% -
XYZ 21.22 11.26 2.35 -
YUV 70.9 105.49 211.52 -
System Red Green Blue C M Y K H S L
Decimal 188 19 31 0 0.90 0.84 0.26 355.74 0.82 0.41
Hex BC 13 1F 0 5A 54 1A 164 52 29
Octal 274 23 37 0 132 124 32 544 122 51
Binary 10111100 10011 11111 0 1011010 1010100 11010 101100100 1010010 101001

Color Harmonies of #BC131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC131F

Black with #BC131F

Text Example


Text Example

White with #BC131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC131F; }

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

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

background-color css

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

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

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

border-color css

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

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

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