Html Css Color HEX #BA1C27 Fire Engine Red

📋 copy color: '#BA1C27'

red 186 ◦ green 28 ◦ blue 39

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

Shades of Fire Engine Red #BA1C27

Tints of Fire Engine Red #BA1C27

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.07%

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

R = 73.52%
G = 11.07%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA1C27 (or 0xBA1C27) is known color: Fire Engine Red. HEX triplet: BA, 1C and 27. RGB value is (186,28,39). Sum of RGB (Red+Green+Blue) = 186+28+39=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1C27 is #45E3D8. Grayscale: #4C4C4C. Windows color (decimal): -4580313 or 2563258. OLE color: 2563258.

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

Color convert

RGB 186 28 39 -
CMYK 0 0.85 0.79 0.27
HSL 355.82º 0.74% 0.42% -
HSV(B) 355.82º 0.85% 0.73% -
XYZ 21.03 11.42 3.01 -
YUV 76.5 106.85 206.11 -
System Red Green Blue C M Y K H S L
Decimal 186 28 39 0 0.85 0.79 0.27 355.82 0.74 0.42
Hex BA 1C 27 0 55 4F 1B 164 4A 2A
Octal 272 34 47 0 125 117 33 544 112 52
Binary 10111010 11100 100111 0 1010101 1001111 11011 101100100 1001010 101010

Color Harmonies of #BA1C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1C27

Black with #BA1C27

Text Example


Text Example

White with #BA1C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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