Html Css Color HEX #BA1919 Fire Brick

📋 copy color: '#BA1919'

red 186 ◦ green 25 ◦ blue 25

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

Shades of Fire Brick #BA1919

Tints of Fire Brick #BA1919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.59%

 BLUE value IS 25 (10.16% from 255) = 10.59%

R = 78.81%
G = 10.59%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA1919 (or 0xBA1919) is known color: Fire Brick. HEX triplet: BA, 19 and 19. RGB value is (186,25,25). Sum of RGB (Red+Green+Blue) = 186+25+25=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1919 is #45E6E6. Grayscale: #494949. Windows color (decimal): -4581095 or 1644986. OLE color: 1644986.

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

Color convert

RGB 186 25 25 -
CMYK 0 0.87 0.87 0.27
HSL 0.76% 0.41% -
HSV(B) 0.87% 0.73% -
XYZ 20.77 11.2 1.99 -
YUV 73.14 100.84 208.5 -
System Red Green Blue C M Y K H S L
Decimal 186 25 25 0 0.87 0.87 0.27 0 0.76 0.41
Hex BA 19 19 0 57 57 1B 0 4C 29
Octal 272 31 31 0 127 127 33 0 114 51
Binary 10111010 11001 11001 0 1010111 1010111 11011 0 1001100 101001

Color Harmonies of #BA1919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1919

Black with #BA1919

Text Example


Text Example

White with #BA1919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1919; }

 p { color: rgb(186,25,25); }

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

background-color css

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

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

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

border-color css

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

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

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