#ba1f23

Color #BA1F23 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #BA1F23

Tints of Fire Engine Red #BA1F23

Color information

#BA1F23 (or 0xBA1F23) is unknown color: approx Fire Engine Red. HEX triplet: BA, 1F and 23. RGB value is (186,31,35). Sum of RGB (Red+Green+Blue) = 186+31+35=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 35 (14.06% from 255 or 13.89% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1F23 is #45E0DC. Grayscale: #4D4D4D. Windows color (decimal): -4579549 or 2301882. OLE color: 2301882.

HSL color Cylindrical-coordinate representation of color #BA1F23: hue angle of 358.45º 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 #BA1F23 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB1863135-
CMYK00.830.810.27
HSL358.45º71.43%42.55%-
HSV(B)358.45º83.33%72.94%-
XYZ21.0411.542.71-
YUV77.8103.85205.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 73.81%
GREEN value IS 31 (12.5% from 255) = 12.30%
BLUE value IS 35 (14.06% from 255) = 13.89%
R=73.81%
G=12.30%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186313500.830.810.27358.4571.4342.55
HexBA1F23053511B166472b
Octal272374301231213354610753
Binary1011101011111100011010100111010001110111011001101000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba1f23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba1f23; }

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

 H1.HeaderClassName
 {
   color: #ba1f23;
 }
 .AnyTagClassName
 {
   color: #ba1f23;
 }
</style>
background-color css

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

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

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

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

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

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