Html Css Color HEX #BA2615 Fire Brick

📋 copy color: '#BA2615'

red 186 ◦ green 38 ◦ blue 21

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

Shades of Fire Brick #BA2615

Tints of Fire Brick #BA2615

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.51%

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

R = 75.92%
G = 15.51%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA2615 (or 0xBA2615) is known color: Fire Brick. HEX triplet: BA, 26 and 15. RGB value is (186,38,21). Sum of RGB (Red+Green+Blue) = 186+38+21=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2615 is #45D9EA. Grayscale: #505050. Windows color (decimal): -4577771 or 1386170. OLE color: 1386170.

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

Color convert

RGB 186 38 21 -
CMYK 0 0.80 0.89 0.27
HSL 6.18º 0.8% 0.41% -
HSV(B) 6.18º 0.89% 0.73% -
XYZ 21.08 11.88 1.89 -
YUV 80.31 94.53 203.38 -
System Red Green Blue C M Y K H S L
Decimal 186 38 21 0 0.80 0.89 0.27 6.18 0.8 0.41
Hex BA 26 15 0 50 59 1B 6 50 29
Octal 272 46 25 0 120 131 33 6 120 51
Binary 10111010 100110 10101 0 1010000 1011001 11011 110 1010000 101001

Color Harmonies of #BA2615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2615

Black with #BA2615

Text Example


Text Example

White with #BA2615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2615; }

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

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

background-color css

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

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

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

border-color css

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

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

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