Html Css Color HEX #BA190E Fire Brick

📋 copy color: '#BA190E'

red 186 ◦ green 25 ◦ blue 14

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

Shades of Fire Brick #BA190E

Tints of Fire Brick #BA190E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.22%

R = 82.67%
G = 11.11%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA190E (or 0xBA190E) is known color: Fire Brick. HEX triplet: BA, 19 and 0E. RGB value is (186,25,14). Sum of RGB (Red+Green+Blue) = 186+25+14=225 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.67% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 186 - color contains mainly: red. Hex color #BA190E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA190E is #45E6F1. Grayscale: #484848. Windows color (decimal): -4581106 or 924090. OLE color: 924090.

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

Color convert

RGB 186 25 14 -
CMYK 0 0.87 0.92 0.27
HSL 3.84º 0.86% 0.39% -
HSV(B) 3.84º 0.92% 0.73% -
XYZ 20.68 11.17 1.48 -
YUV 71.89 95.34 209.39 -
System Red Green Blue C M Y K H S L
Decimal 186 25 14 0 0.87 0.92 0.27 3.84 0.86 0.39
Hex BA 19 E 0 57 5C 1B 4 56 27
Octal 272 31 16 0 127 134 33 4 126 47
Binary 10111010 11001 1110 0 1010111 1011100 11011 100 1010110 100111

Color Harmonies of #BA190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA190E

Black with #BA190E

Text Example


Text Example

White with #BA190E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA190E; }

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

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

background-color css

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

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

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

border-color css

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

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

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