Html Css Color HEX #BA1A15 Fire Brick

📋 copy color: '#BA1A15'

red 186 ◦ green 26 ◦ blue 21

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

Shades of Fire Brick #BA1A15

Tints of Fire Brick #BA1A15

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.16%

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

R = 79.83%
G = 11.16%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA1A15 (or 0xBA1A15) is known color: Fire Brick. HEX triplet: BA, 1A and 15. RGB value is (186,26,21). Sum of RGB (Red+Green+Blue) = 186+26+21=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1A15 is #45E5EA. Grayscale: #494949. Windows color (decimal): -4580843 or 1383098. OLE color: 1383098.

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

Color convert

RGB 186 26 21 -
CMYK 0 0.86 0.89 0.27
HSL 1.82º 0.8% 0.41% -
HSV(B) 1.82º 0.89% 0.73% -
XYZ 20.75 11.23 1.78 -
YUV 73.27 98.51 208.41 -
System Red Green Blue C M Y K H S L
Decimal 186 26 21 0 0.86 0.89 0.27 1.82 0.8 0.41
Hex BA 1A 15 0 56 59 1B 2 50 29
Octal 272 32 25 0 126 131 33 2 120 51
Binary 10111010 11010 10101 0 1010110 1011001 11011 10 1010000 101001

Color Harmonies of #BA1A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A15

Black with #BA1A15

Text Example


Text Example

White with #BA1A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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