Html Css Color HEX #BA131F Fire Engine Red

📋 copy color: '#BA131F'

red 186 ◦ green 19 ◦ blue 31

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

Shades of Fire Engine Red #BA131F

Tints of Fire Engine Red #BA131F

RGB

 RED value IS 186 (73.05% from 255) = 78.81%

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

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

R = 78.81%
G = 8.05%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA131F (or 0xBA131F) is known color: Fire Engine Red. HEX triplet: BA, 13 and 1F. RGB value is (186,19,31). Sum of RGB (Red+Green+Blue) = 186+19+31=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA131F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA131F is #45ECE0. Grayscale: #464646. Windows color (decimal): -4582625 or 2036666. OLE color: 2036666.

HSL color Cylindrical-coordinate representation of color #BA131F: hue angle of 355.69º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA131F is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 19 31 -
CMYK 0 0.90 0.83 0.27
HSL 355.69º 0.81% 0.4% -
HSV(B) 355.69º 0.9% 0.73% -
XYZ 20.73 11 2.33 -
YUV 70.3 105.83 210.52 -
System Red Green Blue C M Y K H S L
Decimal 186 19 31 0 0.90 0.83 0.27 355.69 0.81 0.4
Hex BA 13 1F 0 5A 53 1B 164 51 28
Octal 272 23 37 0 132 123 33 544 121 50
Binary 10111010 10011 11111 0 1011010 1010011 11011 101100100 1010001 101000

Color Harmonies of #BA131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA131F

Black with #BA131F

Text Example


Text Example

White with #BA131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA131F; }

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

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

background-color css

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

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

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

border-color css

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

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

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