Html Css Color HEX #BA1916 Fire Brick

📋 copy color: '#BA1916'

red 186 ◦ green 25 ◦ blue 22

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

Shades of Fire Brick #BA1916

Tints of Fire Brick #BA1916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.44%

R = 79.83%
G = 10.73%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA1916 (or 0xBA1916) is known color: Fire Brick. HEX triplet: BA, 19 and 16. RGB value is (186,25,22). Sum of RGB (Red+Green+Blue) = 186+25+22=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1916 is #45E6E9. Grayscale: #484848. Windows color (decimal): -4581098 or 1448378. OLE color: 1448378.

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

Color convert

RGB 186 25 22 -
CMYK 0 0.87 0.88 0.27
HSL 1.1º 0.79% 0.41% -
HSV(B) 1.1º 0.88% 0.73% -
XYZ 20.74 11.19 1.83 -
YUV 72.8 99.34 208.74 -
System Red Green Blue C M Y K H S L
Decimal 186 25 22 0 0.87 0.88 0.27 1.1 0.79 0.41
Hex BA 19 16 0 57 58 1B 1 4F 29
Octal 272 31 26 0 127 130 33 1 117 51
Binary 10111010 11001 10110 0 1010111 1011000 11011 1 1001111 101001

Color Harmonies of #BA1916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1916

Black with #BA1916

Text Example


Text Example

White with #BA1916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1916; }

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

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

background-color css

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

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

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

border-color css

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

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

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