Html Css Color HEX #BA2815 Fire Brick

📋 copy color: '#BA2815'

red 186 ◦ green 40 ◦ blue 21

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

Shades of Fire Brick #BA2815

Tints of Fire Brick #BA2815

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.19%

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

R = 75.3%
G = 16.19%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA2815 (or 0xBA2815) is known color: Fire Brick. HEX triplet: BA, 28 and 15. RGB value is (186,40,21). Sum of RGB (Red+Green+Blue) = 186+40+21=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2815 is #45D7EA. Grayscale: #515151. Windows color (decimal): -4577259 or 1386682. OLE color: 1386682.

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

Color convert

RGB 186 40 21 -
CMYK 0 0.78 0.89 0.27
HSL 6.91º 0.8% 0.41% -
HSV(B) 6.91º 0.89% 0.73% -
XYZ 21.14 12.01 1.91 -
YUV 81.49 93.87 202.54 -
System Red Green Blue C M Y K H S L
Decimal 186 40 21 0 0.78 0.89 0.27 6.91 0.8 0.41
Hex BA 28 15 0 4E 59 1B 7 50 29
Octal 272 50 25 0 116 131 33 7 120 51
Binary 10111010 101000 10101 0 1001110 1011001 11011 111 1010000 101001

Color Harmonies of #BA2815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2815

Black with #BA2815

Text Example


Text Example

White with #BA2815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2815; }

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

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

background-color css

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

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

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

border-color css

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

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

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