Html Css Color HEX #BA2127 Fire Engine Red

📋 copy color: '#BA2127'

red 186 ◦ green 33 ◦ blue 39

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

Shades of Fire Engine Red #BA2127

Tints of Fire Engine Red #BA2127

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.79%

 BLUE value IS 39 (15.63% from 255) = 15.12%

R = 72.09%
G = 12.79%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA2127 (or 0xBA2127) is known color: Fire Engine Red. HEX triplet: BA, 21 and 27. RGB value is (186,33,39). Sum of RGB (Red+Green+Blue) = 186+33+39=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2127 is #45DED8. Grayscale: #4F4F4F. Windows color (decimal): -4579033 or 2564538. OLE color: 2564538.

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

Color convert

RGB 186 33 39 -
CMYK 0 0.82 0.79 0.27
HSL 357.65º 0.7% 0.43% -
HSV(B) 357.65º 0.82% 0.73% -
XYZ 21.16 11.67 3.06 -
YUV 79.43 105.19 204.01 -
System Red Green Blue C M Y K H S L
Decimal 186 33 39 0 0.82 0.79 0.27 357.65 0.7 0.43
Hex BA 21 27 0 52 4F 1B 166 46 2B
Octal 272 41 47 0 122 117 33 546 106 53
Binary 10111010 100001 100111 0 1010010 1001111 11011 101100110 1000110 101011

Color Harmonies of #BA2127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2127

Black with #BA2127

Text Example


Text Example

White with #BA2127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2127; }

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

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

background-color css

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

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

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

border-color css

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

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

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