Html Css Color HEX #BA1D1E Fire Engine Red

📋 copy color: '#BA1D1E'

red 186 ◦ green 29 ◦ blue 30

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

Shades of Fire Engine Red #BA1D1E

Tints of Fire Engine Red #BA1D1E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.84%

 BLUE value IS 30 (12.11% from 255) = 12.24%

R = 75.92%
G = 11.84%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA1D1E (or 0xBA1D1E) is known color: Fire Engine Red. HEX triplet: BA, 1D and 1E. RGB value is (186,29,30). Sum of RGB (Red+Green+Blue) = 186+29+30=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1D1E is #45E2E1. Grayscale: #4C4C4C. Windows color (decimal): -4580066 or 1973690. OLE color: 1973690.

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

Color convert

RGB 186 29 30 -
CMYK 0 0.84 0.84 0.27
HSL 359.62º 0.73% 0.42% -
HSV(B) 359.62º 0.84% 0.73% -
XYZ 20.92 11.41 2.33 -
YUV 76.06 102.01 206.42 -
System Red Green Blue C M Y K H S L
Decimal 186 29 30 0 0.84 0.84 0.27 359.62 0.73 0.42
Hex BA 1D 1E 0 54 54 1B 168 49 2A
Octal 272 35 36 0 124 124 33 550 111 52
Binary 10111010 11101 11110 0 1010100 1010100 11011 101101000 1001001 101010

Color Harmonies of #BA1D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D1E

Black with #BA1D1E

Text Example


Text Example

White with #BA1D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D1E; }

 p { color: rgb(186,29,30); }

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

background-color css

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

 a { background-color: rgb(186,29,30); }

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

border-color css

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

 span { border-color: rgb(186,29,30); }

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