Html Css Color HEX #BA1627 Fire Engine Red

📋 copy color: '#BA1627'

red 186 ◦ green 22 ◦ blue 39

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

Shades of Fire Engine Red #BA1627

Tints of Fire Engine Red #BA1627

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.91%

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

R = 75.3%
G = 8.91%
B = 15.79%

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

#BA1627 (or 0xBA1627) is known color: Fire Engine Red. HEX triplet: BA, 16 and 27. RGB value is (186,22,39). Sum of RGB (Red+Green+Blue) = 186+22+39=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1627 is #45E9D8. Grayscale: #494949. Windows color (decimal): -4581849 or 2561722. OLE color: 2561722.

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

Color convert

RGB 186 22 39 -
CMYK 0 0.88 0.79 0.27
HSL 353.78º 0.79% 0.41% -
HSV(B) 353.78º 0.88% 0.73% -
XYZ 20.9 11.16 2.97 -
YUV 72.97 108.83 208.62 -
System Red Green Blue C M Y K H S L
Decimal 186 22 39 0 0.88 0.79 0.27 353.78 0.79 0.41
Hex BA 16 27 0 58 4F 1B 162 4F 29
Octal 272 26 47 0 130 117 33 542 117 51
Binary 10111010 10110 100111 0 1011000 1001111 11011 101100010 1001111 101001

Color Harmonies of #BA1627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1627

Black with #BA1627

Text Example


Text Example

White with #BA1627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1627; }

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

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

background-color css

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

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

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

border-color css

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

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

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