Html Css Color HEX #BA2427 Fire Engine Red

📋 copy color: '#BA2427'

red 186 ◦ green 36 ◦ blue 39

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

Shades of Fire Engine Red #BA2427

Tints of Fire Engine Red #BA2427

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.79%

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

R = 71.26%
G = 13.79%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA2427 (or 0xBA2427) is known color: Fire Engine Red. HEX triplet: BA, 24 and 27. RGB value is (186,36,39). Sum of RGB (Red+Green+Blue) = 186+36+39=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2427 is #45DBD8. Grayscale: #515151. Windows color (decimal): -4578265 or 2565306. OLE color: 2565306.

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

Color convert

RGB 186 36 39 -
CMYK 0 0.81 0.79 0.27
HSL 358.8º 0.68% 0.44% -
HSV(B) 358.8º 0.81% 0.73% -
XYZ 21.25 11.85 3.09 -
YUV 81.19 104.2 202.76 -
System Red Green Blue C M Y K H S L
Decimal 186 36 39 0 0.81 0.79 0.27 358.8 0.68 0.44
Hex BA 24 27 0 51 4F 1B 167 44 2C
Octal 272 44 47 0 121 117 33 547 104 54
Binary 10111010 100100 100111 0 1010001 1001111 11011 101100111 1000100 101100

Color Harmonies of #BA2427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2427

Black with #BA2427

Text Example


Text Example

White with #BA2427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2427; }

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

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

background-color css

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

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

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

border-color css

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

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

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