Html Css Color HEX #BA1524 Fire Engine Red

📋 copy color: '#BA1524'

red 186 ◦ green 21 ◦ blue 36

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

Shades of Fire Engine Red #BA1524

Tints of Fire Engine Red #BA1524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.81%

R = 76.54%
G = 8.64%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA1524 (or 0xBA1524) is known color: Fire Engine Red. HEX triplet: BA, 15 and 24. RGB value is (186,21,36). Sum of RGB (Red+Green+Blue) = 186+21+36=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 36 (14.45% from 255 or 14.81% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1524 is #45EADB. Grayscale: #484848. Windows color (decimal): -4582108 or 2364858. OLE color: 2364858.

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

Color convert

RGB 186 21 36 -
CMYK 0 0.89 0.81 0.27
HSL 354.55º 0.8% 0.41% -
HSV(B) 354.55º 0.89% 0.73% -
XYZ 20.84 11.1 2.71 -
YUV 72.05 107.66 209.28 -
System Red Green Blue C M Y K H S L
Decimal 186 21 36 0 0.89 0.81 0.27 354.55 0.8 0.41
Hex BA 15 24 0 59 51 1B 163 50 29
Octal 272 25 44 0 131 121 33 543 120 51
Binary 10111010 10101 100100 0 1011001 1010001 11011 101100011 1010000 101001

Color Harmonies of #BA1524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1524

Black with #BA1524

Text Example


Text Example

White with #BA1524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1524; }

 p { color: rgb(186,21,36); }

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

background-color css

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

 a { background-color: rgb(186,21,36); }

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

border-color css

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

 span { border-color: rgb(186,21,36); }

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