Html Css Color HEX #BA0F29 Fire Engine Red

📋 copy color: '#BA0F29'

red 186 ◦ green 15 ◦ blue 41

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

Shades of Fire Engine Red #BA0F29

Tints of Fire Engine Red #BA0F29

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.2%

 BLUE value IS 41 (16.41% from 255) = 16.94%

R = 76.86%
G = 6.2%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA0F29 (or 0xBA0F29) is known color: Fire Engine Red. HEX triplet: BA, 0F and 29. RGB value is (186,15,41). Sum of RGB (Red+Green+Blue) = 186+15+41=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0F29 is #45F0D6. Grayscale: #454545. Windows color (decimal): -4583639 or 2691002. OLE color: 2691002.

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

Color convert

RGB 186 15 41 -
CMYK 0 0.92 0.78 0.27
HSL 350.88º 0.85% 0.39% -
HSV(B) 350.88º 0.92% 0.73% -
XYZ 20.82 10.94 3.11 -
YUV 69.09 112.15 211.39 -
System Red Green Blue C M Y K H S L
Decimal 186 15 41 0 0.92 0.78 0.27 350.88 0.85 0.39
Hex BA F 29 0 5C 4E 1B 15F 55 27
Octal 272 17 51 0 134 116 33 537 125 47
Binary 10111010 1111 101001 0 1011100 1001110 11011 101011111 1010101 100111

Color Harmonies of #BA0F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0F29

Black with #BA0F29

Text Example


Text Example

White with #BA0F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0F29; }

 p { color: rgb(186,15,41); }

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

background-color css

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

 a { background-color: rgb(186,15,41); }

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

border-color css

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

 span { border-color: rgb(186,15,41); }

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