Html Css Color HEX #BA1227 Fire Engine Red

📋 copy color: '#BA1227'

red 186 ◦ green 18 ◦ blue 39

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

Shades of Fire Engine Red #BA1227

Tints of Fire Engine Red #BA1227

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.41%

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

R = 76.54%
G = 7.41%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA1227 (or 0xBA1227) is known color: Fire Engine Red. HEX triplet: BA, 12 and 27. RGB value is (186,18,39). Sum of RGB (Red+Green+Blue) = 186+18+39=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1227 is #45EDD8. Grayscale: #464646. Windows color (decimal): -4582873 or 2560698. OLE color: 2560698.

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

Color convert

RGB 186 18 39 -
CMYK 0 0.90 0.79 0.27
HSL 352.5º 0.82% 0.4% -
HSV(B) 352.5º 0.9% 0.73% -
XYZ 20.83 11.02 2.95 -
YUV 70.63 110.16 210.29 -
System Red Green Blue C M Y K H S L
Decimal 186 18 39 0 0.90 0.79 0.27 352.5 0.82 0.4
Hex BA 12 27 0 5A 4F 1B 160 52 28
Octal 272 22 47 0 132 117 33 540 122 50
Binary 10111010 10010 100111 0 1011010 1001111 11011 101100000 1010010 101000

Color Harmonies of #BA1227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1227

Black with #BA1227

Text Example


Text Example

White with #BA1227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1227; }

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

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

background-color css

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

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

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

border-color css

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

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

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