Html Css Color HEX #BA1427 Fire Engine Red

📋 copy color: '#BA1427'

red 186 ◦ green 20 ◦ blue 39

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

Shades of Fire Engine Red #BA1427

Tints of Fire Engine Red #BA1427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.16%

 BLUE value IS 39 (15.63% from 255) = 15.92%

R = 75.92%
G = 8.16%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA1427 (or 0xBA1427) is known color: Fire Engine Red. HEX triplet: BA, 14 and 27. RGB value is (186,20,39). Sum of RGB (Red+Green+Blue) = 186+20+39=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1427 is #45EBD8. Grayscale: #474747. Windows color (decimal): -4582361 or 2561210. OLE color: 2561210.

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

Color convert

RGB 186 20 39 -
CMYK 0 0.89 0.79 0.27
HSL 353.13º 0.81% 0.4% -
HSV(B) 353.13º 0.89% 0.73% -
XYZ 20.87 11.09 2.96 -
YUV 71.8 109.5 209.46 -
System Red Green Blue C M Y K H S L
Decimal 186 20 39 0 0.89 0.79 0.27 353.13 0.81 0.4
Hex BA 14 27 0 59 4F 1B 161 51 28
Octal 272 24 47 0 131 117 33 541 121 50
Binary 10111010 10100 100111 0 1011001 1001111 11011 101100001 1010001 101000

Color Harmonies of #BA1427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1427

Black with #BA1427

Text Example


Text Example

White with #BA1427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1427; }

 p { color: rgb(186,20,39); }

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

background-color css

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

 a { background-color: rgb(186,20,39); }

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

border-color css

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

 span { border-color: rgb(186,20,39); }

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