Html Css Color HEX #BA1915 Fire Brick

📋 copy color: '#BA1915'

red 186 ◦ green 25 ◦ blue 21

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

Shades of Fire Brick #BA1915

Tints of Fire Brick #BA1915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.05%

R = 80.17%
G = 10.78%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA1915 (or 0xBA1915) is known color: Fire Brick. HEX triplet: BA, 19 and 15. RGB value is (186,25,21). Sum of RGB (Red+Green+Blue) = 186+25+21=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1915 is #45E6EA. Grayscale: #484848. Windows color (decimal): -4581099 or 1382842. OLE color: 1382842.

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

Color convert

RGB 186 25 21 -
CMYK 0 0.87 0.89 0.27
HSL 1.45º 0.8% 0.41% -
HSV(B) 1.45º 0.89% 0.73% -
XYZ 20.73 11.19 1.78 -
YUV 72.68 98.84 208.83 -
System Red Green Blue C M Y K H S L
Decimal 186 25 21 0 0.87 0.89 0.27 1.45 0.8 0.41
Hex BA 19 15 0 57 59 1B 1 50 29
Octal 272 31 25 0 127 131 33 1 120 51
Binary 10111010 11001 10101 0 1010111 1011001 11011 1 1010000 101001

Color Harmonies of #BA1915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1915

Black with #BA1915

Text Example


Text Example

White with #BA1915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1915; }

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

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

background-color css

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

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

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

border-color css

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

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

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