Html Css Color HEX #BA1F26 Fire Engine Red

📋 copy color: '#BA1F26'

red 186 ◦ green 31 ◦ blue 38

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

Shades of Fire Engine Red #BA1F26

Tints of Fire Engine Red #BA1F26

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.16%

 BLUE value IS 38 (15.23% from 255) = 14.9%

R = 72.94%
G = 12.16%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA1F26 (or 0xBA1F26) is known color: Fire Engine Red. HEX triplet: BA, 1F and 26. RGB value is (186,31,38). Sum of RGB (Red+Green+Blue) = 186+31+38=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1F26 is #45E0D9. Grayscale: #4E4E4E. Windows color (decimal): -4579546 or 2498490. OLE color: 2498490.

HSL color Cylindrical-coordinate representation of color #BA1F26: hue angle of 357.29º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA1F26 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 31 38 -
CMYK 0 0.83 0.80 0.27
HSL 357.29º 0.71% 0.43% -
HSV(B) 357.29º 0.83% 0.73% -
XYZ 21.09 11.56 2.95 -
YUV 78.14 105.35 204.93 -
System Red Green Blue C M Y K H S L
Decimal 186 31 38 0 0.83 0.80 0.27 357.29 0.71 0.43
Hex BA 1F 26 0 53 50 1B 165 47 2B
Octal 272 37 46 0 123 120 33 545 107 53
Binary 10111010 11111 100110 0 1010011 1010000 11011 101100101 1000111 101011

Color Harmonies of #BA1F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F26

Black with #BA1F26

Text Example


Text Example

White with #BA1F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F26; }

 p { color: rgb(186,31,38); }

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

background-color css

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

 a { background-color: rgb(186,31,38); }

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

border-color css

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

 span { border-color: rgb(186,31,38); }

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