Html Css Color HEX #BA1622 Fire Engine Red

📋 copy color: '#BA1622'

red 186 ◦ green 22 ◦ blue 34

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

Shades of Fire Engine Red #BA1622

Tints of Fire Engine Red #BA1622

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.09%

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

R = 76.86%
G = 9.09%
B = 14.05%

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

#BA1622 (or 0xBA1622) is known color: Fire Engine Red. HEX triplet: BA, 16 and 22. RGB value is (186,22,34). Sum of RGB (Red+Green+Blue) = 186+22+34=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1622 is #45E9DD. Grayscale: #484848. Windows color (decimal): -4581854 or 2234042. OLE color: 2234042.

HSL color Cylindrical-coordinate representation of color #BA1622: hue angle of 355.61º degrees, saturation: 0.79, 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 #BA1622 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 22 34 -
CMYK 0 0.88 0.82 0.27
HSL 355.61º 0.79% 0.41% -
HSV(B) 355.61º 0.88% 0.73% -
XYZ 20.83 11.13 2.56 -
YUV 72.4 106.33 209.02 -
System Red Green Blue C M Y K H S L
Decimal 186 22 34 0 0.88 0.82 0.27 355.61 0.79 0.41
Hex BA 16 22 0 58 52 1B 164 4F 29
Octal 272 26 42 0 130 122 33 544 117 51
Binary 10111010 10110 100010 0 1011000 1010010 11011 101100100 1001111 101001

Color Harmonies of #BA1622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1622

Black with #BA1622

Text Example


Text Example

White with #BA1622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1622; }

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

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

background-color css

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

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

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

border-color css

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

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

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