Html Css Color HEX #BA1325 Fire Engine Red

📋 copy color: '#BA1325'

red 186 ◦ green 19 ◦ blue 37

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

Shades of Fire Engine Red #BA1325

Tints of Fire Engine Red #BA1325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.29%

R = 76.86%
G = 7.85%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA1325 (or 0xBA1325) is known color: Fire Engine Red. HEX triplet: BA, 13 and 25. RGB value is (186,19,37). Sum of RGB (Red+Green+Blue) = 186+19+37=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1325 is #45ECDA. Grayscale: #474747. Windows color (decimal): -4582619 or 2429882. OLE color: 2429882.

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

Color convert

RGB 186 19 37 -
CMYK 0 0.90 0.80 0.27
HSL 353.53º 0.81% 0.4% -
HSV(B) 353.53º 0.9% 0.73% -
XYZ 20.82 11.04 2.78 -
YUV 70.99 108.83 210.04 -
System Red Green Blue C M Y K H S L
Decimal 186 19 37 0 0.90 0.80 0.27 353.53 0.81 0.4
Hex BA 13 25 0 5A 50 1B 162 51 28
Octal 272 23 45 0 132 120 33 542 121 50
Binary 10111010 10011 100101 0 1011010 1010000 11011 101100010 1010001 101000

Color Harmonies of #BA1325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1325

Black with #BA1325

Text Example


Text Example

White with #BA1325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1325; }

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

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

background-color css

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

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

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

border-color css

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

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

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