Html Css Color HEX #BA1722 Fire Engine Red

📋 copy color: '#BA1722'

red 186 ◦ green 23 ◦ blue 34

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

Shades of Fire Engine Red #BA1722

Tints of Fire Engine Red #BA1722

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.47%

 BLUE value IS 34 (13.67% from 255) = 13.99%

R = 76.54%
G = 9.47%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA1722 (or 0xBA1722) is known color: Fire Engine Red. HEX triplet: BA, 17 and 22. RGB value is (186,23,34). Sum of RGB (Red+Green+Blue) = 186+23+34=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1722 is #45E8DD. Grayscale: #494949. Windows color (decimal): -4581598 or 2234298. OLE color: 2234298.

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

Color convert

RGB 186 23 34 -
CMYK 0 0.88 0.82 0.27
HSL 355.95º 0.78% 0.41% -
HSV(B) 355.95º 0.88% 0.73% -
XYZ 20.84 11.17 2.57 -
YUV 72.99 106 208.61 -
System Red Green Blue C M Y K H S L
Decimal 186 23 34 0 0.88 0.82 0.27 355.95 0.78 0.41
Hex BA 17 22 0 58 52 1B 164 4E 29
Octal 272 27 42 0 130 122 33 544 116 51
Binary 10111010 10111 100010 0 1011000 1010010 11011 101100100 1001110 101001

Color Harmonies of #BA1722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1722

Black with #BA1722

Text Example


Text Example

White with #BA1722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1722; }

 p { color: rgb(186,23,34); }

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

background-color css

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

 a { background-color: rgb(186,23,34); }

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

border-color css

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

 span { border-color: rgb(186,23,34); }

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