Html Css Color HEX #BA1727 Fire Engine Red

📋 copy color: '#BA1727'

red 186 ◦ green 23 ◦ blue 39

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

Shades of Fire Engine Red #BA1727

Tints of Fire Engine Red #BA1727

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.27%

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

R = 75%
G = 9.27%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA1727 (or 0xBA1727) is known color: Fire Engine Red. HEX triplet: BA, 17 and 27. RGB value is (186,23,39). Sum of RGB (Red+Green+Blue) = 186+23+39=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1727 is #45E8D8. Grayscale: #494949. Windows color (decimal): -4581593 or 2561978. OLE color: 2561978.

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

Color convert

RGB 186 23 39 -
CMYK 0 0.88 0.79 0.27
HSL 354.11º 0.78% 0.41% -
HSV(B) 354.11º 0.88% 0.73% -
XYZ 20.92 11.2 2.98 -
YUV 73.56 108.5 208.2 -
System Red Green Blue C M Y K H S L
Decimal 186 23 39 0 0.88 0.79 0.27 354.11 0.78 0.41
Hex BA 17 27 0 58 4F 1B 162 4E 29
Octal 272 27 47 0 130 117 33 542 116 51
Binary 10111010 10111 100111 0 1011000 1001111 11011 101100010 1001110 101001

Color Harmonies of #BA1727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1727

Black with #BA1727

Text Example


Text Example

White with #BA1727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1727; }

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

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

background-color css

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

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

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

border-color css

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

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

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