Html Css Color HEX #BA1527 Fire Engine Red

📋 copy color: '#BA1527'

red 186 ◦ green 21 ◦ blue 39

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

Shades of Fire Engine Red #BA1527

Tints of Fire Engine Red #BA1527

RGB

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

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

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

R = 75.61%
G = 8.54%
B = 15.85%

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

#BA1527 (or 0xBA1527) is known color: Fire Engine Red. HEX triplet: BA, 15 and 27. RGB value is (186,21,39). Sum of RGB (Red+Green+Blue) = 186+21+39=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1527 is #45EAD8. Grayscale: #484848. Windows color (decimal): -4582105 or 2561466. OLE color: 2561466.

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

Color convert

RGB 186 21 39 -
CMYK 0 0.89 0.79 0.27
HSL 353.45º 0.8% 0.41% -
HSV(B) 353.45º 0.89% 0.73% -
XYZ 20.88 11.12 2.97 -
YUV 72.39 109.16 209.04 -
System Red Green Blue C M Y K H S L
Decimal 186 21 39 0 0.89 0.79 0.27 353.45 0.8 0.41
Hex BA 15 27 0 59 4F 1B 161 50 29
Octal 272 25 47 0 131 117 33 541 120 51
Binary 10111010 10101 100111 0 1011001 1001111 11011 101100001 1010000 101001

Color Harmonies of #BA1527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1527

Black with #BA1527

Text Example


Text Example

White with #BA1527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1527; }

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

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

background-color css

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

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

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

border-color css

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

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

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