Html Css Color HEX #BA1621 Fire Engine Red

📋 copy color: '#BA1621'

red 186 ◦ green 22 ◦ blue 33

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

Shades of Fire Engine Red #BA1621

Tints of Fire Engine Red #BA1621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.69%

R = 77.18%
G = 9.13%
B = 13.69%

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

#BA1621 (or 0xBA1621) is known color: Fire Engine Red. HEX triplet: BA, 16 and 21. RGB value is (186,22,33). Sum of RGB (Red+Green+Blue) = 186+22+33=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1621 is #45E9DE. Grayscale: #484848. Windows color (decimal): -4581855 or 2168506. OLE color: 2168506.

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

Color convert

RGB 186 22 33 -
CMYK 0 0.88 0.82 0.27
HSL 355.98º 0.79% 0.41% -
HSV(B) 355.98º 0.88% 0.73% -
XYZ 20.81 11.12 2.49 -
YUV 72.29 105.83 209.11 -
System Red Green Blue C M Y K H S L
Decimal 186 22 33 0 0.88 0.82 0.27 355.98 0.79 0.41
Hex BA 16 21 0 58 52 1B 164 4F 29
Octal 272 26 41 0 130 122 33 544 117 51
Binary 10111010 10110 100001 0 1011000 1010010 11011 101100100 1001111 101001

Color Harmonies of #BA1621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1621

Black with #BA1621

Text Example


Text Example

White with #BA1621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1621; }

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

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

background-color css

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

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

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

border-color css

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

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

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